Html Css Color HEX #BCE852 Conifer

📋 copy color: '#BCE852'

red 188 ◦ green 232 ◦ blue 82

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

Shades of Conifer #BCE852

Tints of Conifer #BCE852

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.22%

 BLUE value IS 82 (32.42% from 255) = 16.33%

R = 37.45%
G = 46.22%
B = 16.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#BCE852 (or 0xBCE852) is known color: Conifer. HEX triplet: BC, E8 and 52. RGB value is (188,232,82). Sum of RGB (Red+Green+Blue) = 188+232+82=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE852 is #4317AD. Grayscale: #CACACA. Windows color (decimal): -4396974 or 5433532. OLE color: 5433532.

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

Color convert

RGB 188 232 82 -
CMYK 0.19 0 0.65 0.09
HSL 77.6º 0.77% 0.62% -
HSV(B) 77.6º 0.65% 0.91% -
XYZ 51.12 69.01 18.61 -
YUV 201.74 60.42 118.2 -
System Red Green Blue C M Y K H S L
Decimal 188 232 82 0.19 0 0.65 0.09 77.6 0.77 0.62
Hex BC E8 52 13 0 41 9 4E 4D 3E
Octal 274 350 122 23 0 101 11 116 115 76
Binary 10111100 11101000 1010010 10011 0 1000001 1001 1001110 1001101 111110

Color Harmonies of #BCE852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE852

Black with #BCE852

Text Example


Text Example

White with #BCE852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE852; }

 p { color: rgb(188,232,82); }

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

background-color css

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

 a { background-color: rgb(188,232,82); }

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

border-color css

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

 span { border-color: rgb(188,232,82); }

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