Html Css Color HEX #BFC33B Celery

📋 copy color: '#BFC33B'

red 191 ◦ green 195 ◦ blue 59

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

Shades of Celery #BFC33B

Tints of Celery #BFC33B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

 BLUE value IS 59 (23.44% from 255) = 13.26%

R = 42.92%
G = 43.82%
B = 13.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#BFC33B (or 0xBFC33B) is known color: Celery. HEX triplet: BF, C3 and 3B. RGB value is (191,195,59). Sum of RGB (Red+Green+Blue) = 191+195+59=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC33B is #403CC4. Grayscale: #B2B2B2. Windows color (decimal): -4209861 or 3916735. OLE color: 3916735.

HSL color Cylindrical-coordinate representation of color #BFC33B: hue angle of 61.76º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFC33B is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 59 -
CMYK 0.02 0 0.70 0.24
HSL 61.76º 0.54% 0.5% -
HSV(B) 61.76º 0.7% 0.76% -
XYZ 41.79 50.42 11.67 -
YUV 178.3 60.67 137.06 -
System Red Green Blue C M Y K H S L
Decimal 191 195 59 0.02 0 0.70 0.24 61.76 0.54 0.5
Hex BF C3 3B 2 0 46 18 3E 36 32
Octal 277 303 73 2 0 106 30 76 66 62
Binary 10111111 11000011 111011 10 0 1000110 11000 111110 110110 110010

Color Harmonies of #BFC33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC33B

Black with #BFC33B

Text Example


Text Example

White with #BFC33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC33B; }

 p { color: rgb(191,195,59); }

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

background-color css

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

 a { background-color: rgb(191,195,59); }

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

border-color css

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

 span { border-color: rgb(191,195,59); }

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