Html Css Color HEX #BCD95D Conifer

📋 copy color: '#BCD95D'

red 188 ◦ green 217 ◦ blue 93

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

Shades of Conifer #BCD95D

Tints of Conifer #BCD95D

RGB

 RED value IS 188 (73.83% from 255) = 37.75%

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

 BLUE value IS 93 (36.72% from 255) = 18.67%

R = 37.75%
G = 43.57%
B = 18.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#BCD95D (or 0xBCD95D) is known color: Conifer. HEX triplet: BC, D9 and 5D. RGB value is (188,217,93). Sum of RGB (Red+Green+Blue) = 188+217+93=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD95D is #4326A2. Grayscale: #C2C2C2. Windows color (decimal): -4400803 or 6150588. OLE color: 6150588.

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

Color convert

RGB 188 217 93 -
CMYK 0.13 0 0.57 0.15
HSL 74.03º 0.62% 0.61% -
HSV(B) 74.03º 0.57% 0.85% -
XYZ 47.53 61.11 19.65 -
YUV 194.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 188 217 93 0.13 0 0.57 0.15 74.03 0.62 0.61
Hex BC D9 5D D 0 39 F 4A 3E 3D
Octal 274 331 135 15 0 71 17 112 76 75
Binary 10111100 11011001 1011101 1101 0 111001 1111 1001010 111110 111101

Color Harmonies of #BCD95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD95D

Black with #BCD95D

Text Example


Text Example

White with #BCD95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD95D; }

 p { color: rgb(188,217,93); }

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

background-color css

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

 a { background-color: rgb(188,217,93); }

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

border-color css

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

 span { border-color: rgb(188,217,93); }

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