Html Css Color HEX #B2BF40 Celery

📋 copy color: '#B2BF40'

red 178 ◦ green 191 ◦ blue 64

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

Shades of Celery #B2BF40

Tints of Celery #B2BF40

RGB

 RED value IS 178 (69.92% from 255) = 41.11%

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

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

R = 41.11%
G = 44.11%
B = 14.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#B2BF40 (or 0xB2BF40) is known color: Celery. HEX triplet: B2, BF and 40. RGB value is (178,191,64). Sum of RGB (Red+Green+Blue) = 178+191+64=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF40 is #4D40BF. Grayscale: #ADADAD. Windows color (decimal): -5062848 or 4243378. OLE color: 4243378.

HSL color Cylindrical-coordinate representation of color #B2BF40: hue angle of 66.14º 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 #B2BF40 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 64 -
CMYK 0.07 0 0.66 0.25
HSL 66.14º 0.5% 0.5% -
HSV(B) 66.14º 0.66% 0.75% -
XYZ 37.92 47.1 11.94 -
YUV 172.64 66.69 131.83 -
System Red Green Blue C M Y K H S L
Decimal 178 191 64 0.07 0 0.66 0.25 66.14 0.5 0.5
Hex B2 BF 40 7 0 42 19 42 32 32
Octal 262 277 100 7 0 102 31 102 62 62
Binary 10110010 10111111 1000000 111 0 1000010 11001 1000010 110010 110010

Color Harmonies of #B2BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF40

Black with #B2BF40

Text Example


Text Example

White with #B2BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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