Html Css Color HEX #BCDA56 Conifer

📋 copy color: '#BCDA56'

red 188 ◦ green 218 ◦ blue 86

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

Shades of Conifer #BCDA56

Tints of Conifer #BCDA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.48%

R = 38.21%
G = 44.31%
B = 17.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#BCDA56 (or 0xBCDA56) is known color: Conifer. HEX triplet: BC, DA and 56. RGB value is (188,218,86). Sum of RGB (Red+Green+Blue) = 188+218+86=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA56 is #4325A9. Grayscale: #C2C2C2. Windows color (decimal): -4400554 or 5692092. OLE color: 5692092.

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

Color convert

RGB 188 218 86 -
CMYK 0.14 0 0.61 0.15
HSL 73.64º 0.64% 0.6% -
HSV(B) 73.64º 0.61% 0.85% -
XYZ 47.49 61.51 18.17 -
YUV 193.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 188 218 86 0.14 0 0.61 0.15 73.64 0.64 0.6
Hex BC DA 56 E 0 3D F 4A 40 3C
Octal 274 332 126 16 0 75 17 112 100 74
Binary 10111100 11011010 1010110 1110 0 111101 1111 1001010 1000000 111100

Color Harmonies of #BCDA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA56

Black with #BCDA56

Text Example


Text Example

White with #BCDA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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