Html Css Color HEX #BCE345 Conifer

📋 copy color: '#BCE345'

red 188 ◦ green 227 ◦ blue 69

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

Shades of Conifer #BCE345

Tints of Conifer #BCE345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 38.84%
G = 46.9%
B = 14.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#BCE345 (or 0xBCE345) is known color: Conifer. HEX triplet: BC, E3 and 45. RGB value is (188,227,69). Sum of RGB (Red+Green+Blue) = 188+227+69=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE345 is #431CBA. Grayscale: #C5C5C5. Windows color (decimal): -4398267 or 4580284. OLE color: 4580284.

HSL color Cylindrical-coordinate representation of color #BCE345: hue angle of 74.81º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE345 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 69 -
CMYK 0.17 0 0.70 0.11
HSL 74.81º 0.74% 0.58% -
HSV(B) 74.81º 0.7% 0.89% -
XYZ 49.28 66.06 15.78 -
YUV 197.33 55.58 121.35 -
System Red Green Blue C M Y K H S L
Decimal 188 227 69 0.17 0 0.70 0.11 74.81 0.74 0.58
Hex BC E3 45 11 0 46 B 4B 4A 3A
Octal 274 343 105 21 0 106 13 113 112 72
Binary 10111100 11100011 1000101 10001 0 1000110 1011 1001011 1001010 111010

Color Harmonies of #BCE345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE345

Black with #BCE345

Text Example


Text Example

White with #BCE345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE345; }

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

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

background-color css

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

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

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

border-color css

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

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

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