Html Css Color HEX #BFC942 Celery

📋 copy color: '#BFC942'

red 191 ◦ green 201 ◦ blue 66

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

Shades of Celery #BFC942

Tints of Celery #BFC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.89%

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

R = 41.7%
G = 43.89%
B = 14.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#BFC942 (or 0xBFC942) is known color: Celery. HEX triplet: BF, C9 and 42. RGB value is (191,201,66). Sum of RGB (Red+Green+Blue) = 191+201+66=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC942 is #4036BD. Grayscale: #B7B7B7. Windows color (decimal): -4208318 or 4377023. OLE color: 4377023.

HSL color Cylindrical-coordinate representation of color #BFC942: hue angle of 64.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFC942 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 66 -
CMYK 0.05 0 0.67 0.21
HSL 64.44º 0.56% 0.52% -
HSV(B) 64.44º 0.67% 0.79% -
XYZ 43.36 53.24 13.15 -
YUV 182.62 62.19 133.98 -
System Red Green Blue C M Y K H S L
Decimal 191 201 66 0.05 0 0.67 0.21 64.44 0.56 0.52
Hex BF C9 42 5 0 43 15 40 38 34
Octal 277 311 102 5 0 103 25 100 70 64
Binary 10111111 11001001 1000010 101 0 1000011 10101 1000000 111000 110100

Color Harmonies of #BFC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC942

Black with #BFC942

Text Example


Text Example

White with #BFC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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