Html Css Color HEX #B0BD49 Celery

📋 copy color: '#B0BD49'

red 176 ◦ green 189 ◦ blue 73

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

Shades of Celery #B0BD49

Tints of Celery #B0BD49

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

 BLUE value IS 73 (28.91% from 255) = 16.67%

R = 40.18%
G = 43.15%
B = 16.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#B0BD49 (or 0xB0BD49) is known color: Celery. HEX triplet: B0, BD and 49. RGB value is (176,189,73). Sum of RGB (Red+Green+Blue) = 176+189+73=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD49 is #4F42B6. Grayscale: #ACACAC. Windows color (decimal): -5194423 or 4832688. OLE color: 4832688.

HSL color Cylindrical-coordinate representation of color #B0BD49: hue angle of 66.72º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0BD49 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 73 -
CMYK 0.07 0 0.61 0.26
HSL 66.72º 0.47% 0.51% -
HSV(B) 66.72º 0.61% 0.74% -
XYZ 37.3 46.11 13.24 -
YUV 171.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 176 189 73 0.07 0 0.61 0.26 66.72 0.47 0.51
Hex B0 BD 49 7 0 3D 1A 43 2F 33
Octal 260 275 111 7 0 75 32 103 57 63
Binary 10110000 10111101 1001001 111 0 111101 11010 1000011 101111 110011

Color Harmonies of #B0BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD49

Black with #B0BD49

Text Example


Text Example

White with #B0BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD49; }

 p { color: rgb(176,189,73); }

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

background-color css

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

 a { background-color: rgb(176,189,73); }

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

border-color css

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

 span { border-color: rgb(176,189,73); }

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