Html Css Color HEX #BFC94A Celery

📋 copy color: '#BFC94A'

red 191 ◦ green 201 ◦ blue 74

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

Shades of Celery #BFC94A

Tints of Celery #BFC94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.88%

R = 40.99%
G = 43.13%
B = 15.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#BFC94A (or 0xBFC94A) is known color: Celery. HEX triplet: BF, C9 and 4A. RGB value is (191,201,74). Sum of RGB (Red+Green+Blue) = 191+201+74=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC94A is #4036B5. Grayscale: #B8B8B8. Windows color (decimal): -4208310 or 4901311. OLE color: 4901311.

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

Color convert

RGB 191 201 74 -
CMYK 0.05 0 0.63 0.21
HSL 64.72º 0.54% 0.54% -
HSV(B) 64.72º 0.63% 0.79% -
XYZ 43.61 53.34 14.48 -
YUV 183.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 191 201 74 0.05 0 0.63 0.21 64.72 0.54 0.54
Hex BF C9 4A 5 0 3F 15 41 36 36
Octal 277 311 112 5 0 77 25 101 66 66
Binary 10111111 11001001 1001010 101 0 111111 10101 1000001 110110 110110

Color Harmonies of #BFC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC94A

Black with #BFC94A

Text Example


Text Example

White with #BFC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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