Html Css Color HEX #B2BF49 Celery

📋 copy color: '#B2BF49'

red 178 ◦ green 191 ◦ blue 73

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

Shades of Celery #B2BF49

Tints of Celery #B2BF49

RGB

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

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

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

R = 40.27%
G = 43.21%
B = 16.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#B2BF49 (or 0xB2BF49) is known color: Celery. HEX triplet: B2, BF and 49. RGB value is (178,191,73). Sum of RGB (Red+Green+Blue) = 178+191+73=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF49 is #4D40B6. Grayscale: #AEAEAE. Windows color (decimal): -5062839 or 4833202. OLE color: 4833202.

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

Color convert

RGB 178 191 73 -
CMYK 0.07 0 0.62 0.25
HSL 66.61º 0.48% 0.52% -
HSV(B) 66.61º 0.62% 0.75% -
XYZ 38.19 47.21 13.4 -
YUV 173.66 71.19 131.09 -
System Red Green Blue C M Y K H S L
Decimal 178 191 73 0.07 0 0.62 0.25 66.61 0.48 0.52
Hex B2 BF 49 7 0 3E 19 43 30 34
Octal 262 277 111 7 0 76 31 103 60 64
Binary 10110010 10111111 1001001 111 0 111110 11001 1000011 110000 110100

Color Harmonies of #B2BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF49

Black with #B2BF49

Text Example


Text Example

White with #B2BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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