Html Css Color HEX #B2BF47 Celery

📋 copy color: '#B2BF47'

red 178 ◦ green 191 ◦ blue 71

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

Shades of Celery #B2BF47

Tints of Celery #B2BF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.14%

R = 40.45%
G = 43.41%
B = 16.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#B2BF47 (or 0xB2BF47) is known color: Celery. HEX triplet: B2, BF and 47. RGB value is (178,191,71). Sum of RGB (Red+Green+Blue) = 178+191+71=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF47 is #4D40B8. Grayscale: #ADADAD. Windows color (decimal): -5062841 or 4702130. OLE color: 4702130.

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

Color convert

RGB 178 191 71 -
CMYK 0.07 0 0.63 0.25
HSL 66.5º 0.48% 0.51% -
HSV(B) 66.5º 0.63% 0.75% -
XYZ 38.13 47.18 13.06 -
YUV 173.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 178 191 71 0.07 0 0.63 0.25 66.5 0.48 0.51
Hex B2 BF 47 7 0 3F 19 42 30 33
Octal 262 277 107 7 0 77 31 102 60 63
Binary 10110010 10111111 1000111 111 0 111111 11001 1000010 110000 110011

Color Harmonies of #B2BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF47

Black with #B2BF47

Text Example


Text Example

White with #B2BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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