Html Css Color HEX #BCED60 Conifer

📋 copy color: '#BCED60'

red 188 ◦ green 237 ◦ blue 96

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

Shades of Conifer #BCED60

Tints of Conifer #BCED60

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

 BLUE value IS 96 (37.89% from 255) = 18.43%

R = 36.08%
G = 45.49%
B = 18.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#BCED60 (or 0xBCED60) is known color: Conifer. HEX triplet: BC, ED and 60. RGB value is (188,237,96). Sum of RGB (Red+Green+Blue) = 188+237+96=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED60 is #43129F. Grayscale: #CECECE. Windows color (decimal): -4395680 or 6352316. OLE color: 6352316.

HSL color Cylindrical-coordinate representation of color #BCED60: hue angle of 80.85º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCED60 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 96 -
CMYK 0.21 0 0.59 0.07
HSL 80.85º 0.8% 0.65% -
HSV(B) 80.85º 0.59% 0.93% -
XYZ 53.13 72.1 22.18 -
YUV 206.28 65.77 114.96 -
System Red Green Blue C M Y K H S L
Decimal 188 237 96 0.21 0 0.59 0.07 80.85 0.8 0.65
Hex BC ED 60 15 0 3B 7 51 50 41
Octal 274 355 140 25 0 73 7 121 120 101
Binary 10111100 11101101 1100000 10101 0 111011 111 1010001 1010000 1000001

Color Harmonies of #BCED60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED60

Black with #BCED60

Text Example


Text Example

White with #BCED60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED60; }

 p { color: rgb(188,237,96); }

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

background-color css

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

 a { background-color: rgb(188,237,96); }

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

border-color css

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

 span { border-color: rgb(188,237,96); }

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