Html Css Color HEX #BCD95C Conifer

📋 copy color: '#BCD95C'

red 188 ◦ green 217 ◦ blue 92

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

Shades of Conifer #BCD95C

Tints of Conifer #BCD95C

RGB

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

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

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

R = 37.83%
G = 43.66%
B = 18.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#BCD95C (or 0xBCD95C) is known color: Conifer. HEX triplet: BC, D9 and 5C. RGB value is (188,217,92). Sum of RGB (Red+Green+Blue) = 188+217+92=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD95C is #4326A3. Grayscale: #C2C2C2. Windows color (decimal): -4400804 or 6085052. OLE color: 6085052.

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

Color convert

RGB 188 217 92 -
CMYK 0.13 0 0.58 0.15
HSL 73.92º 0.62% 0.61% -
HSV(B) 73.92º 0.58% 0.85% -
XYZ 47.48 61.09 19.41 -
YUV 194.08 70.39 123.66 -
System Red Green Blue C M Y K H S L
Decimal 188 217 92 0.13 0 0.58 0.15 73.92 0.62 0.61
Hex BC D9 5C D 0 3A F 4A 3E 3D
Octal 274 331 134 15 0 72 17 112 76 75
Binary 10111100 11011001 1011100 1101 0 111010 1111 1001010 111110 111101

Color Harmonies of #BCD95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD95C

Black with #BCD95C

Text Example


Text Example

White with #BCD95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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