Html Css Color HEX #BFD94C Conifer

📋 copy color: '#BFD94C'

red 191 ◦ green 217 ◦ blue 76

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

Shades of Conifer #BFD94C

Tints of Conifer #BFD94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.83%

 BLUE value IS 76 (30.08% from 255) = 15.7%

R = 39.46%
G = 44.83%
B = 15.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BFD94C (or 0xBFD94C) is known color: Conifer. HEX triplet: BF, D9 and 4C. RGB value is (191,217,76). Sum of RGB (Red+Green+Blue) = 191+217+76=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD94C is #4026B3. Grayscale: #C1C1C1. Windows color (decimal): -4204212 or 5036479. OLE color: 5036479.

HSL color Cylindrical-coordinate representation of color #BFD94C: hue angle of 71.06º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFD94C is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 217 76 -
CMYK 0.12 0 0.65 0.15
HSL 71.06º 0.65% 0.57% -
HSV(B) 71.06º 0.65% 0.85% -
XYZ 47.6 61.22 16.15 -
YUV 193.15 61.89 126.46 -
System Red Green Blue C M Y K H S L
Decimal 191 217 76 0.12 0 0.65 0.15 71.06 0.65 0.57
Hex BF D9 4C C 0 41 F 47 41 39
Octal 277 331 114 14 0 101 17 107 101 71
Binary 10111111 11011001 1001100 1100 0 1000001 1111 1000111 1000001 111001

Color Harmonies of #BFD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD94C

Black with #BFD94C

Text Example


Text Example

White with #BFD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD94C; }

 p { color: rgb(191,217,76); }

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

background-color css

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

 a { background-color: rgb(191,217,76); }

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

border-color css

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

 span { border-color: rgb(191,217,76); }

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