Html Css Color HEX #B8BD40 Celery

📋 copy color: '#B8BD40'

red 184 ◦ green 189 ◦ blue 64

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

Shades of Celery #B8BD40

Tints of Celery #B8BD40

RGB

 RED value IS 184 (72.27% from 255) = 42.11%

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

 BLUE value IS 64 (25.39% from 255) = 14.65%

R = 42.11%
G = 43.25%
B = 14.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#B8BD40 (or 0xB8BD40) is known color: Celery. HEX triplet: B8, BD and 40. RGB value is (184,189,64). Sum of RGB (Red+Green+Blue) = 184+189+64=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BD40 is #4742BF. Grayscale: #ADADAD. Windows color (decimal): -4670144 or 4242872. OLE color: 4242872.

HSL color Cylindrical-coordinate representation of color #B8BD40: hue angle of 62.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8BD40 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 189 64 -
CMYK 0.03 0 0.66 0.26
HSL 62.4º 0.49% 0.5% -
HSV(B) 62.4º 0.66% 0.74% -
XYZ 38.89 46.96 11.86 -
YUV 173.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 184 189 64 0.03 0 0.66 0.26 62.4 0.49 0.5
Hex B8 BD 40 3 0 42 1A 3E 31 32
Octal 270 275 100 3 0 102 32 76 61 62
Binary 10111000 10111101 1000000 11 0 1000010 11010 111110 110001 110010

Color Harmonies of #B8BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD40

Black with #B8BD40

Text Example


Text Example

White with #B8BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD40; }

 p { color: rgb(184,189,64); }

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

background-color css

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

 a { background-color: rgb(184,189,64); }

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

border-color css

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

 span { border-color: rgb(184,189,64); }

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