Html Css Color HEX #BFD64C Conifer

📋 copy color: '#BFD64C'

red 191 ◦ green 214 ◦ blue 76

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

Shades of Conifer #BFD64C

Tints of Conifer #BFD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.49%

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

R = 39.71%
G = 44.49%
B = 15.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#BFD64C (or 0xBFD64C) is known color: Conifer. HEX triplet: BF, D6 and 4C. RGB value is (191,214,76). Sum of RGB (Red+Green+Blue) = 191+214+76=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD64C is #4029B3. Grayscale: #BFBFBF. Windows color (decimal): -4204980 or 5035711. OLE color: 5035711.

HSL color Cylindrical-coordinate representation of color #BFD64C: hue angle of 70º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFD64C is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 76 -
CMYK 0.11 0 0.64 0.16
HSL 70º 0.63% 0.57% -
HSV(B) 70º 0.64% 0.84% -
XYZ 46.84 59.69 15.89 -
YUV 191.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 191 214 76 0.11 0 0.64 0.16 70 0.63 0.57
Hex BF D6 4C B 0 40 10 46 3F 39
Octal 277 326 114 13 0 100 20 106 77 71
Binary 10111111 11010110 1001100 1011 0 1000000 10000 1000110 111111 111001

Color Harmonies of #BFD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD64C

Black with #BFD64C

Text Example


Text Example

White with #BFD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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