Html Css Color HEX #BCDA5D Conifer

📋 copy color: '#BCDA5D'

red 188 ◦ green 218 ◦ blue 93

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

Shades of Conifer #BCDA5D

Tints of Conifer #BCDA5D

RGB

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

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

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

R = 37.68%
G = 43.69%
B = 18.64%

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

#BCDA5D (or 0xBCDA5D) is known color: Conifer. HEX triplet: BC, DA and 5D. RGB value is (188,218,93). Sum of RGB (Red+Green+Blue) = 188+218+93=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA5D is #4325A2. Grayscale: #C3C3C3. Windows color (decimal): -4400547 or 6150844. OLE color: 6150844.

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

Color convert

RGB 188 218 93 -
CMYK 0.14 0 0.57 0.15
HSL 74.4º 0.63% 0.61% -
HSV(B) 74.4º 0.57% 0.85% -
XYZ 47.79 61.62 19.73 -
YUV 194.78 70.56 123.16 -
System Red Green Blue C M Y K H S L
Decimal 188 218 93 0.14 0 0.57 0.15 74.4 0.63 0.61
Hex BC DA 5D E 0 39 F 4A 3F 3D
Octal 274 332 135 16 0 71 17 112 77 75
Binary 10111100 11011010 1011101 1110 0 111001 1111 1001010 111111 111101

Color Harmonies of #BCDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA5D

Black with #BCDA5D

Text Example


Text Example

White with #BCDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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