Html Css Color HEX #BFD94A Conifer

📋 copy color: '#BFD94A'

red 191 ◦ green 217 ◦ blue 74

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

Shades of Conifer #BFD94A

Tints of Conifer #BFD94A

RGB

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

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

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

R = 39.63%
G = 45.02%
B = 15.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BFD94A (or 0xBFD94A) is known color: Conifer. HEX triplet: BF, D9 and 4A. RGB value is (191,217,74). Sum of RGB (Red+Green+Blue) = 191+217+74=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD94A is #4026B5. Grayscale: #C1C1C1. Windows color (decimal): -4204214 or 4905407. OLE color: 4905407.

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

Color convert

RGB 191 217 74 -
CMYK 0.12 0 0.66 0.15
HSL 70.91º 0.65% 0.57% -
HSV(B) 70.91º 0.66% 0.85% -
XYZ 47.53 61.2 15.79 -
YUV 192.92 60.89 126.63 -
System Red Green Blue C M Y K H S L
Decimal 191 217 74 0.12 0 0.66 0.15 70.91 0.65 0.57
Hex BF D9 4A C 0 42 F 47 41 39
Octal 277 331 112 14 0 102 17 107 101 71
Binary 10111111 11011001 1001010 1100 0 1000010 1111 1000111 1000001 111001

Color Harmonies of #BFD94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD94A

Black with #BFD94A

Text Example


Text Example

White with #BFD94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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