Html Css Color HEX #BCE352 Conifer

📋 copy color: '#BCE352'

red 188 ◦ green 227 ◦ blue 82

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

Shades of Conifer #BCE352

Tints of Conifer #BCE352

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.67%

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

R = 37.83%
G = 45.67%
B = 16.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#BCE352 (or 0xBCE352) is known color: Conifer. HEX triplet: BC, E3 and 52. RGB value is (188,227,82). Sum of RGB (Red+Green+Blue) = 188+227+82=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE352 is #431CAD. Grayscale: #C7C7C7. Windows color (decimal): -4398254 or 5432252. OLE color: 5432252.

HSL color Cylindrical-coordinate representation of color #BCE352: hue angle of 76.14º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCE352 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 82 -
CMYK 0.17 0 0.64 0.11
HSL 76.14º 0.72% 0.61% -
HSV(B) 76.14º 0.64% 0.89% -
XYZ 49.73 66.24 18.15 -
YUV 198.81 62.08 120.29 -
System Red Green Blue C M Y K H S L
Decimal 188 227 82 0.17 0 0.64 0.11 76.14 0.72 0.61
Hex BC E3 52 11 0 40 B 4C 48 3D
Octal 274 343 122 21 0 100 13 114 110 75
Binary 10111100 11100011 1010010 10001 0 1000000 1011 1001100 1001000 111101

Color Harmonies of #BCE352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE352

Black with #BCE352

Text Example


Text Example

White with #BCE352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE352; }

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

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

background-color css

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

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

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

border-color css

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

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

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