Html Css Color HEX #B4BF40 Celery

📋 copy color: '#B4BF40'

red 180 ◦ green 191 ◦ blue 64

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

Shades of Celery #B4BF40

Tints of Celery #B4BF40

RGB

 RED value IS 180 (70.7% from 255) = 41.38%

 GREEN value IS 191 (75% from 255) = 43.91%

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

R = 41.38%
G = 43.91%
B = 14.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#B4BF40 (or 0xB4BF40) is known color: Celery. HEX triplet: B4, BF and 40. RGB value is (180,191,64). Sum of RGB (Red+Green+Blue) = 180+191+64=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BF40 is #4B40BF. Grayscale: #ADADAD. Windows color (decimal): -4931776 or 4243380. OLE color: 4243380.

HSL color Cylindrical-coordinate representation of color #B4BF40: hue angle of 65.2º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4BF40 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 64 -
CMYK 0.06 0 0.66 0.25
HSL 65.2º 0.5% 0.5% -
HSV(B) 65.2º 0.66% 0.75% -
XYZ 38.38 47.34 11.96 -
YUV 173.23 66.36 132.83 -
System Red Green Blue C M Y K H S L
Decimal 180 191 64 0.06 0 0.66 0.25 65.2 0.5 0.5
Hex B4 BF 40 6 0 42 19 41 32 32
Octal 264 277 100 6 0 102 31 101 62 62
Binary 10110100 10111111 1000000 110 0 1000010 11001 1000001 110010 110010

Color Harmonies of #B4BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF40

Black with #B4BF40

Text Example


Text Example

White with #B4BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF40; }

 p { color: rgb(180,191,64); }

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

background-color css

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

 a { background-color: rgb(180,191,64); }

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

border-color css

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

 span { border-color: rgb(180,191,64); }

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