Html Css Color HEX #BCDA5E Conifer

📋 copy color: '#BCDA5E'

red 188 ◦ green 218 ◦ blue 94

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

Shades of Conifer #BCDA5E

Tints of Conifer #BCDA5E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

 BLUE value IS 94 (37.11% from 255) = 18.8%

R = 37.6%
G = 43.6%
B = 18.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#BCDA5E (or 0xBCDA5E) is known color: Conifer. HEX triplet: BC, DA and 5E. RGB value is (188,218,94). Sum of RGB (Red+Green+Blue) = 188+218+94=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA5E is #4325A1. Grayscale: #C3C3C3. Windows color (decimal): -4400546 or 6216380. OLE color: 6216380.

HSL color Cylindrical-coordinate representation of color #BCDA5E: hue angle of 74.52º degrees, saturation: 0.63, 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 #BCDA5E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 94 -
CMYK 0.14 0 0.57 0.15
HSL 74.52º 0.63% 0.61% -
HSV(B) 74.52º 0.57% 0.85% -
XYZ 47.83 61.64 19.97 -
YUV 194.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 188 218 94 0.14 0 0.57 0.15 74.52 0.63 0.61
Hex BC DA 5E E 0 39 F 4B 3F 3D
Octal 274 332 136 16 0 71 17 113 77 75
Binary 10111100 11011010 1011110 1110 0 111001 1111 1001011 111111 111101

Color Harmonies of #BCDA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA5E

Black with #BCDA5E

Text Example


Text Example

White with #BCDA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA5E; }

 p { color: rgb(188,218,94); }

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

background-color css

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

 a { background-color: rgb(188,218,94); }

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

border-color css

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

 span { border-color: rgb(188,218,94); }

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