Html Css Color HEX #BCE950 Conifer

📋 copy color: '#BCE950'

red 188 ◦ green 233 ◦ blue 80

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

Shades of Conifer #BCE950

Tints of Conifer #BCE950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.97%

R = 37.52%
G = 46.51%
B = 15.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#BCE950 (or 0xBCE950) is known color: Conifer. HEX triplet: BC, E9 and 50. RGB value is (188,233,80). Sum of RGB (Red+Green+Blue) = 188+233+80=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE950 is #4316AF. Grayscale: #CACACA. Windows color (decimal): -4396720 or 5302716. OLE color: 5302716.

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

Color convert

RGB 188 233 80 -
CMYK 0.19 0 0.66 0.09
HSL 77.65º 0.78% 0.61% -
HSV(B) 77.65º 0.66% 0.91% -
XYZ 51.33 69.55 18.31 -
YUV 202.1 59.09 117.94 -
System Red Green Blue C M Y K H S L
Decimal 188 233 80 0.19 0 0.66 0.09 77.65 0.78 0.61
Hex BC E9 50 13 0 42 9 4E 4E 3D
Octal 274 351 120 23 0 102 11 116 116 75
Binary 10111100 11101001 1010000 10011 0 1000010 1001 1001110 1001110 111101

Color Harmonies of #BCE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE950

Black with #BCE950

Text Example


Text Example

White with #BCE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE950; }

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

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

background-color css

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

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

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

border-color css

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

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

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