Html Css Color HEX #BCE945 Conifer

📋 copy color: '#BCE945'

red 188 ◦ green 233 ◦ blue 69

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

Shades of Conifer #BCE945

Tints of Conifer #BCE945

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.55%

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

R = 38.37%
G = 47.55%
B = 14.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#BCE945 (or 0xBCE945) is known color: Conifer. HEX triplet: BC, E9 and 45. RGB value is (188,233,69). Sum of RGB (Red+Green+Blue) = 188+233+69=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE945 is #4316BA. Grayscale: #C9C9C9. Windows color (decimal): -4396731 or 4581820. OLE color: 4581820.

HSL color Cylindrical-coordinate representation of color #BCE945: hue angle of 76.46º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE945 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 69 -
CMYK 0.19 0 0.70 0.09
HSL 76.46º 0.79% 0.59% -
HSV(B) 76.46º 0.7% 0.91% -
XYZ 50.95 69.4 16.34 -
YUV 200.85 53.59 118.84 -
System Red Green Blue C M Y K H S L
Decimal 188 233 69 0.19 0 0.70 0.09 76.46 0.79 0.59
Hex BC E9 45 13 0 46 9 4C 4F 3B
Octal 274 351 105 23 0 106 11 114 117 73
Binary 10111100 11101001 1000101 10011 0 1000110 1001 1001100 1001111 111011

Color Harmonies of #BCE945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE945

Black with #BCE945

Text Example


Text Example

White with #BCE945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE945; }

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

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

background-color css

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

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

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

border-color css

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

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

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