Html Css Color HEX #BFE164 Conifer

📋 copy color: '#BFE164'

red 191 ◦ green 225 ◦ blue 100

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

Shades of Conifer #BFE164

Tints of Conifer #BFE164

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.6%

 BLUE value IS 100 (39.45% from 255) = 19.38%

R = 37.02%
G = 43.6%
B = 19.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#BFE164 (or 0xBFE164) is known color: Conifer. HEX triplet: BF, E1 and 64. RGB value is (191,225,100). Sum of RGB (Red+Green+Blue) = 191+225+100=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE164 is #401E9B. Grayscale: #C9C9C9. Windows color (decimal): -4202140 or 6611391. OLE color: 6611391.

HSL color Cylindrical-coordinate representation of color #BFE164: hue angle of 76.32º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFE164 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 100 -
CMYK 0.15 0 0.56 0.12
HSL 76.32º 0.68% 0.64% -
HSV(B) 76.32º 0.56% 0.88% -
XYZ 50.71 65.85 22.09 -
YUV 200.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 191 225 100 0.15 0 0.56 0.12 76.32 0.68 0.64
Hex BF E1 64 F 0 38 C 4C 44 40
Octal 277 341 144 17 0 70 14 114 104 100
Binary 10111111 11100001 1100100 1111 0 111000 1100 1001100 1000100 1000000

Color Harmonies of #BFE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE164

Black with #BFE164

Text Example


Text Example

White with #BFE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE164; }

 p { color: rgb(191,225,100); }

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

background-color css

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

 a { background-color: rgb(191,225,100); }

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

border-color css

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

 span { border-color: rgb(191,225,100); }

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