Html Css Color HEX #B2BF4C Celery

📋 copy color: '#B2BF4C'

red 178 ◦ green 191 ◦ blue 76

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

Shades of Celery #B2BF4C

Tints of Celery #B2BF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.08%

R = 40%
G = 42.92%
B = 17.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#B2BF4C (or 0xB2BF4C) is known color: Celery. HEX triplet: B2, BF and 4C. RGB value is (178,191,76). Sum of RGB (Red+Green+Blue) = 178+191+76=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF4C is #4D40B3. Grayscale: #AEAEAE. Windows color (decimal): -5062836 or 5029810. OLE color: 5029810.

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

Color convert

RGB 178 191 76 -
CMYK 0.07 0 0.60 0.25
HSL 66.78º 0.47% 0.52% -
HSV(B) 66.78º 0.6% 0.75% -
XYZ 38.3 47.25 13.94 -
YUV 174 72.69 130.85 -
System Red Green Blue C M Y K H S L
Decimal 178 191 76 0.07 0 0.60 0.25 66.78 0.47 0.52
Hex B2 BF 4C 7 0 3C 19 43 2F 34
Octal 262 277 114 7 0 74 31 103 57 64
Binary 10110010 10111111 1001100 111 0 111100 11001 1000011 101111 110100

Color Harmonies of #B2BF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF4C

Black with #B2BF4C

Text Example


Text Example

White with #B2BF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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