Html Css Color HEX #BCE552 Conifer

📋 copy color: '#BCE552'

red 188 ◦ green 229 ◦ blue 82

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

Shades of Conifer #BCE552

Tints of Conifer #BCE552

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.89%

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

R = 37.68%
G = 45.89%
B = 16.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#BCE552 (or 0xBCE552) is known color: Conifer. HEX triplet: BC, E5 and 52. RGB value is (188,229,82). Sum of RGB (Red+Green+Blue) = 188+229+82=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE552 is #431AAD. Grayscale: #C8C8C8. Windows color (decimal): -4397742 or 5432764. OLE color: 5432764.

HSL color Cylindrical-coordinate representation of color #BCE552: hue angle of 76.73º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCE552 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 82 -
CMYK 0.18 0 0.64 0.10
HSL 76.73º 0.74% 0.61% -
HSV(B) 76.73º 0.64% 0.9% -
XYZ 50.28 67.34 18.33 -
YUV 199.98 61.42 119.45 -
System Red Green Blue C M Y K H S L
Decimal 188 229 82 0.18 0 0.64 0.10 76.73 0.74 0.61
Hex BC E5 52 12 0 40 A 4D 4A 3D
Octal 274 345 122 22 0 100 12 115 112 75
Binary 10111100 11100101 1010010 10010 0 1000000 1010 1001101 1001010 111101

Color Harmonies of #BCE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE552

Black with #BCE552

Text Example


Text Example

White with #BCE552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE552; }

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

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

background-color css

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

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

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

border-color css

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

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

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