Html Css Color HEX #BCEC5A Conifer

📋 copy color: '#BCEC5A'

red 188 ◦ green 236 ◦ blue 90

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

Shades of Conifer #BCEC5A

Tints of Conifer #BCEC5A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.91%

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 36.58%
G = 45.91%
B = 17.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#BCEC5A (or 0xBCEC5A) is known color: Conifer. HEX triplet: BC, EC and 5A. RGB value is (188,236,90). Sum of RGB (Red+Green+Blue) = 188+236+90=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC5A is #4313A5. Grayscale: #CDCDCD. Windows color (decimal): -4395942 or 5958844. OLE color: 5958844.

HSL color Cylindrical-coordinate representation of color #BCEC5A: hue angle of 79.73º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCEC5A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 90 -
CMYK 0.20 0 0.62 0.07
HSL 79.73º 0.79% 0.64% -
HSV(B) 79.73º 0.62% 0.93% -
XYZ 52.58 71.42 20.69 -
YUV 205 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 188 236 90 0.20 0 0.62 0.07 79.73 0.79 0.64
Hex BC EC 5A 14 0 3E 7 50 4F 40
Octal 274 354 132 24 0 76 7 120 117 100
Binary 10111100 11101100 1011010 10100 0 111110 111 1010000 1001111 1000000

Color Harmonies of #BCEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC5A

Black with #BCEC5A

Text Example


Text Example

White with #BCEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC5A; }

 p { color: rgb(188,236,90); }

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

background-color css

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

 a { background-color: rgb(188,236,90); }

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

border-color css

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

 span { border-color: rgb(188,236,90); }

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