Html Css Color HEX #BCE05E Conifer

📋 copy color: '#BCE05E'

red 188 ◦ green 224 ◦ blue 94

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

Shades of Conifer #BCE05E

Tints of Conifer #BCE05E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.27%

 BLUE value IS 94 (37.11% from 255) = 18.58%

R = 37.15%
G = 44.27%
B = 18.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#BCE05E (or 0xBCE05E) is known color: Conifer. HEX triplet: BC, E0 and 5E. RGB value is (188,224,94). Sum of RGB (Red+Green+Blue) = 188+224+94=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE05E is #431FA1. Grayscale: #C6C6C6. Windows color (decimal): -4399010 or 6217916. OLE color: 6217916.

HSL color Cylindrical-coordinate representation of color #BCE05E: hue angle of 76.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCE05E is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 94 -
CMYK 0.16 0 0.58 0.12
HSL 76.62º 0.68% 0.62% -
HSV(B) 76.62º 0.58% 0.88% -
XYZ 49.42 64.81 20.49 -
YUV 198.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 188 224 94 0.16 0 0.58 0.12 76.62 0.68 0.62
Hex BC E0 5E 10 0 3A C 4D 44 3E
Octal 274 340 136 20 0 72 14 115 104 76
Binary 10111100 11100000 1011110 10000 0 111010 1100 1001101 1000100 111110

Color Harmonies of #BCE05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE05E

Black with #BCE05E

Text Example


Text Example

White with #BCE05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE05E; }

 p { color: rgb(188,224,94); }

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

background-color css

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

 a { background-color: rgb(188,224,94); }

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

border-color css

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

 span { border-color: rgb(188,224,94); }

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