Html Css Color HEX #BFE05C Conifer

📋 copy color: '#BFE05C'

red 191 ◦ green 224 ◦ blue 92

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

Shades of Conifer #BFE05C

Tints of Conifer #BFE05C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.18%

 BLUE value IS 92 (36.33% from 255) = 18.15%

R = 37.67%
G = 44.18%
B = 18.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#BFE05C (or 0xBFE05C) is known color: Conifer. HEX triplet: BF, E0 and 5C. RGB value is (191,224,92). Sum of RGB (Red+Green+Blue) = 191+224+92=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE05C is #401FA3. Grayscale: #C7C7C7. Windows color (decimal): -4202404 or 6086847. OLE color: 6086847.

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

Color convert

RGB 191 224 92 -
CMYK 0.15 0 0.59 0.12
HSL 75º 0.68% 0.62% -
HSV(B) 75º 0.59% 0.88% -
XYZ 50.07 65.16 20.06 -
YUV 199.09 67.57 122.23 -
System Red Green Blue C M Y K H S L
Decimal 191 224 92 0.15 0 0.59 0.12 75 0.68 0.62
Hex BF E0 5C F 0 3B C 4B 44 3E
Octal 277 340 134 17 0 73 14 113 104 76
Binary 10111111 11100000 1011100 1111 0 111011 1100 1001011 1000100 111110

Color Harmonies of #BFE05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE05C

Black with #BFE05C

Text Example


Text Example

White with #BFE05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE05C; }

 p { color: rgb(191,224,92); }

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

background-color css

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

 a { background-color: rgb(191,224,92); }

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

border-color css

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

 span { border-color: rgb(191,224,92); }

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