Html Css Color HEX #B2BF3F Celery

📋 copy color: '#B2BF3F'

red 178 ◦ green 191 ◦ blue 63

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

Shades of Celery #B2BF3F

Tints of Celery #B2BF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.58%

R = 41.2%
G = 44.21%
B = 14.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#B2BF3F (or 0xB2BF3F) is known color: Celery. HEX triplet: B2, BF and 3F. RGB value is (178,191,63). Sum of RGB (Red+Green+Blue) = 178+191+63=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF3F is #4D40C0. Grayscale: #ADADAD. Windows color (decimal): -5062849 or 4177842. OLE color: 4177842.

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

Color convert

RGB 178 191 63 -
CMYK 0.07 0 0.67 0.25
HSL 66.09º 0.5% 0.5% -
HSV(B) 66.09º 0.67% 0.75% -
XYZ 37.89 47.09 11.79 -
YUV 172.52 66.19 131.91 -
System Red Green Blue C M Y K H S L
Decimal 178 191 63 0.07 0 0.67 0.25 66.09 0.5 0.5
Hex B2 BF 3F 7 0 43 19 42 32 32
Octal 262 277 77 7 0 103 31 102 62 62
Binary 10110010 10111111 111111 111 0 1000011 11001 1000010 110010 110010

Color Harmonies of #B2BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF3F

Black with #B2BF3F

Text Example


Text Example

White with #B2BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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