Html Css Color HEX #BFC94B Celery

📋 copy color: '#BFC94B'

red 191 ◦ green 201 ◦ blue 75

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

Shades of Celery #BFC94B

Tints of Celery #BFC94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.06%

R = 40.9%
G = 43.04%
B = 16.06%

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

#BFC94B (or 0xBFC94B) is known color: Celery. HEX triplet: BF, C9 and 4B. RGB value is (191,201,75). Sum of RGB (Red+Green+Blue) = 191+201+75=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC94B is #4036B4. Grayscale: #B8B8B8. Windows color (decimal): -4208309 or 4966847. OLE color: 4966847.

HSL color Cylindrical-coordinate representation of color #BFC94B: hue angle of 64.76º 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 #BFC94B is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 75 -
CMYK 0.05 0 0.63 0.21
HSL 64.76º 0.54% 0.54% -
HSV(B) 64.76º 0.63% 0.79% -
XYZ 43.64 53.36 14.66 -
YUV 183.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 191 201 75 0.05 0 0.63 0.21 64.76 0.54 0.54
Hex BF C9 4B 5 0 3F 15 41 36 36
Octal 277 311 113 5 0 77 25 101 66 66
Binary 10111111 11001001 1001011 101 0 111111 10101 1000001 110110 110110

Color Harmonies of #BFC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC94B

Black with #BFC94B

Text Example


Text Example

White with #BFC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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