Html Css Color HEX #BFC350 Celery

📋 copy color: '#BFC350'

red 191 ◦ green 195 ◦ blue 80

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

Shades of Celery #BFC350

Tints of Celery #BFC350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.17%

R = 40.99%
G = 41.85%
B = 17.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#BFC350 (or 0xBFC350) is known color: Celery. HEX triplet: BF, C3 and 50. RGB value is (191,195,80). Sum of RGB (Red+Green+Blue) = 191+195+80=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC350 is #403CAF. Grayscale: #B5B5B5. Windows color (decimal): -4209840 or 5292991. OLE color: 5292991.

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

Color convert

RGB 191 195 80 -
CMYK 0.02 0 0.59 0.24
HSL 62.09º 0.49% 0.54% -
HSV(B) 62.09º 0.59% 0.76% -
XYZ 42.45 50.69 15.14 -
YUV 180.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 191 195 80 0.02 0 0.59 0.24 62.09 0.49 0.54
Hex BF C3 50 2 0 3B 18 3E 31 36
Octal 277 303 120 2 0 73 30 76 61 66
Binary 10111111 11000011 1010000 10 0 111011 11000 111110 110001 110110

Color Harmonies of #BFC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC350

Black with #BFC350

Text Example


Text Example

White with #BFC350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC350; }

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

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

background-color css

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

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

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

border-color css

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

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

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