Html Css Color HEX #BCE960 Conifer

📋 copy color: '#BCE960'

red 188 ◦ green 233 ◦ blue 96

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

Shades of Conifer #BCE960

Tints of Conifer #BCE960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.07%

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

R = 36.36%
G = 45.07%
B = 18.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#BCE960 (or 0xBCE960) is known color: Conifer. HEX triplet: BC, E9 and 60. RGB value is (188,233,96). Sum of RGB (Red+Green+Blue) = 188+233+96=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE960 is #43169F. Grayscale: #CCCCCC. Windows color (decimal): -4396704 or 6351292. OLE color: 6351292.

HSL color Cylindrical-coordinate representation of color #BCE960: hue angle of 79.71º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCE960 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 96 -
CMYK 0.19 0 0.59 0.09
HSL 79.71º 0.76% 0.65% -
HSV(B) 79.71º 0.59% 0.91% -
XYZ 51.99 69.81 21.8 -
YUV 203.93 67.09 116.64 -
System Red Green Blue C M Y K H S L
Decimal 188 233 96 0.19 0 0.59 0.09 79.71 0.76 0.65
Hex BC E9 60 13 0 3B 9 50 4C 41
Octal 274 351 140 23 0 73 11 120 114 101
Binary 10111100 11101001 1100000 10011 0 111011 1001 1010000 1001100 1000001

Color Harmonies of #BCE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE960

Black with #BCE960

Text Example


Text Example

White with #BCE960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE960; }

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

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

background-color css

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

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

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

border-color css

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

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

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