Html Css Color HEX #B0BE45 Celery

📋 copy color: '#B0BE45'

red 176 ◦ green 190 ◦ blue 69

#B0BE45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #B0BE45

Tints of Celery #B0BE45

RGB

 RED value IS 176 (69.14% from 255) = 40.46%

 GREEN value IS 190 (74.61% from 255) = 43.68%

 BLUE value IS 69 (27.34% from 255) = 15.86%

R = 40.46%
G = 43.68%
B = 15.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0BE45 (or 0xB0BE45) is known color: Celery. HEX triplet: B0, BE and 45. RGB value is (176,190,69). Sum of RGB (Red+Green+Blue) = 176+190+69=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE45 is #4F41BA. Grayscale: #ACACAC. Windows color (decimal): -5194171 or 4570800. OLE color: 4570800.

HSL color Cylindrical-coordinate representation of color #B0BE45: hue angle of 66.94º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0BE45 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 69 -
CMYK 0.07 0 0.64 0.25
HSL 66.94º 0.48% 0.51% -
HSV(B) 66.94º 0.64% 0.75% -
XYZ 37.39 46.49 12.63 -
YUV 172.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 176 190 69 0.07 0 0.64 0.25 66.94 0.48 0.51
Hex B0 BE 45 7 0 40 19 43 30 33
Octal 260 276 105 7 0 100 31 103 60 63
Binary 10110000 10111110 1000101 111 0 1000000 11001 1000011 110000 110011

Color Harmonies of #B0BE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE45

Black with #B0BE45

Text Example


Text Example

White with #B0BE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE45; }

 p { color: rgb(176,190,69); }

 H1.HeaderClassName
 {
   color: #B0BE45;
 }
 .AnyTagClassName
 {
   color: #B0BE45;
 }
</style>

background-color css

<style>
 a { background-color: #B0BE45; }

 a { background-color: rgb(176,190,69); }

 div.DivClassName
 {
   background-color: #B0BE45;
 }
 .BgClassName
 {
   background-color: #B0BE45;
 }
</style>

border-color css

<style>
 span { border-color: #B0BE45; }

 span { border-color: rgb(176,190,69); }

 td.TdClassName
 {
   border-color: #B0BE45;
 }
 .TagClassName
 {
   border-color: #B0BE45;
 }
</style>