Html Css Color HEX #BCE44A Conifer

📋 copy color: '#BCE44A'

red 188 ◦ green 228 ◦ blue 74

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

Shades of Conifer #BCE44A

Tints of Conifer #BCE44A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.53%

 BLUE value IS 74 (29.3% from 255) = 15.1%

R = 38.37%
G = 46.53%
B = 15.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#BCE44A (or 0xBCE44A) is known color: Conifer. HEX triplet: BC, E4 and 4A. RGB value is (188,228,74). Sum of RGB (Red+Green+Blue) = 188+228+74=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE44A is #431BB5. Grayscale: #C7C7C7. Windows color (decimal): -4398006 or 4908220. OLE color: 4908220.

HSL color Cylindrical-coordinate representation of color #BCE44A: hue angle of 75.58º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE44A is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 74 -
CMYK 0.18 0 0.68 0.11
HSL 75.58º 0.74% 0.59% -
HSV(B) 75.58º 0.68% 0.89% -
XYZ 49.72 66.67 16.73 -
YUV 198.48 57.75 120.52 -
System Red Green Blue C M Y K H S L
Decimal 188 228 74 0.18 0 0.68 0.11 75.58 0.74 0.59
Hex BC E4 4A 12 0 44 B 4C 4A 3B
Octal 274 344 112 22 0 104 13 114 112 73
Binary 10111100 11100100 1001010 10010 0 1000100 1011 1001100 1001010 111011

Color Harmonies of #BCE44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE44A

Black with #BCE44A

Text Example


Text Example

White with #BCE44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE44A; }

 p { color: rgb(188,228,74); }

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

background-color css

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

 a { background-color: rgb(188,228,74); }

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

border-color css

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

 span { border-color: rgb(188,228,74); }

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