Html Css Color HEX #BFDC5C Conifer

📋 copy color: '#BFDC5C'

red 191 ◦ green 220 ◦ blue 92

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

Shades of Conifer #BFDC5C

Tints of Conifer #BFDC5C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

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

R = 37.97%
G = 43.74%
B = 18.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#BFDC5C (or 0xBFDC5C) is known color: Conifer. HEX triplet: BF, DC and 5C. RGB value is (191,220,92). Sum of RGB (Red+Green+Blue) = 191+220+92=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC5C is #4023A3. Grayscale: #C5C5C5. Windows color (decimal): -4203428 or 6085823. OLE color: 6085823.

HSL color Cylindrical-coordinate representation of color #BFDC5C: hue angle of 73.59º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFDC5C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 92 -
CMYK 0.13 0 0.58 0.14
HSL 73.59º 0.65% 0.61% -
HSV(B) 73.59º 0.58% 0.86% -
XYZ 49.01 63.04 19.71 -
YUV 196.74 68.89 123.91 -
System Red Green Blue C M Y K H S L
Decimal 191 220 92 0.13 0 0.58 0.14 73.59 0.65 0.61
Hex BF DC 5C D 0 3A E 4A 41 3D
Octal 277 334 134 15 0 72 16 112 101 75
Binary 10111111 11011100 1011100 1101 0 111010 1110 1001010 1000001 111101

Color Harmonies of #BFDC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC5C

Black with #BFDC5C

Text Example


Text Example

White with #BFDC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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