Html Css Color HEX #BFC042 Celery

📋 copy color: '#BFC042'

red 191 ◦ green 192 ◦ blue 66

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

Shades of Celery #BFC042

Tints of Celery #BFC042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.76%

 BLUE value IS 66 (26.17% from 255) = 14.7%

R = 42.54%
G = 42.76%
B = 14.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFC042 (or 0xBFC042) is known color: Celery. HEX triplet: BF, C0 and 42. RGB value is (191,192,66). Sum of RGB (Red+Green+Blue) = 191+192+66=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC042 is #403FBD. Grayscale: #B1B1B1. Windows color (decimal): -4210622 or 4374719. OLE color: 4374719.

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

Color convert

RGB 191 192 66 -
CMYK 0.01 0 0.66 0.25
HSL 60.48º 0.5% 0.51% -
HSV(B) 60.48º 0.66% 0.75% -
XYZ 41.32 49.17 12.47 -
YUV 177.34 65.17 137.75 -
System Red Green Blue C M Y K H S L
Decimal 191 192 66 0.01 0 0.66 0.25 60.48 0.5 0.51
Hex BF C0 42 1 0 42 19 3C 32 33
Octal 277 300 102 1 0 102 31 74 62 63
Binary 10111111 11000000 1000010 1 0 1000010 11001 111100 110010 110011

Color Harmonies of #BFC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC042

Black with #BFC042

Text Example


Text Example

White with #BFC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC042; }

 p { color: rgb(191,192,66); }

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

background-color css

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

 a { background-color: rgb(191,192,66); }

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

border-color css

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

 span { border-color: rgb(191,192,66); }

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