Html Css Color HEX #BCE05C Conifer

📋 copy color: '#BCE05C'

red 188 ◦ green 224 ◦ blue 92

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

Shades of Conifer #BCE05C

Tints of Conifer #BCE05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.25%

R = 37.3%
G = 44.44%
B = 18.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#BCE05C (or 0xBCE05C) is known color: Conifer. HEX triplet: BC, E0 and 5C. RGB value is (188,224,92). Sum of RGB (Red+Green+Blue) = 188+224+92=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE05C is #431FA3. Grayscale: #C6C6C6. Windows color (decimal): -4399012 or 6086844. OLE color: 6086844.

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

Color convert

RGB 188 224 92 -
CMYK 0.16 0 0.59 0.12
HSL 76.36º 0.68% 0.62% -
HSV(B) 76.36º 0.59% 0.88% -
XYZ 49.33 64.78 20.03 -
YUV 198.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 188 224 92 0.16 0 0.59 0.12 76.36 0.68 0.62
Hex BC E0 5C 10 0 3B C 4C 44 3E
Octal 274 340 134 20 0 73 14 114 104 76
Binary 10111100 11100000 1011100 10000 0 111011 1100 1001100 1000100 111110

Color Harmonies of #BCE05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE05C

Black with #BCE05C

Text Example


Text Example

White with #BCE05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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