Html Css Color HEX #B2BF4A Celery

📋 copy color: '#B2BF4A'

red 178 ◦ green 191 ◦ blue 74

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

Shades of Celery #B2BF4A

Tints of Celery #B2BF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.7%

R = 40.18%
G = 43.12%
B = 16.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#B2BF4A (or 0xB2BF4A) is known color: Celery. HEX triplet: B2, BF and 4A. RGB value is (178,191,74). Sum of RGB (Red+Green+Blue) = 178+191+74=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF4A is #4D40B5. Grayscale: #AEAEAE. Windows color (decimal): -5062838 or 4898738. OLE color: 4898738.

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

Color convert

RGB 178 191 74 -
CMYK 0.07 0 0.61 0.25
HSL 66.67º 0.48% 0.52% -
HSV(B) 66.67º 0.61% 0.75% -
XYZ 38.23 47.22 13.58 -
YUV 173.78 71.69 131.01 -
System Red Green Blue C M Y K H S L
Decimal 178 191 74 0.07 0 0.61 0.25 66.67 0.48 0.52
Hex B2 BF 4A 7 0 3D 19 43 30 34
Octal 262 277 112 7 0 75 31 103 60 64
Binary 10110010 10111111 1001010 111 0 111101 11001 1000011 110000 110100

Color Harmonies of #B2BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF4A

Black with #B2BF4A

Text Example


Text Example

White with #B2BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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