Html Css Color HEX #BCE84A Conifer

📋 copy color: '#BCE84A'

red 188 ◦ green 232 ◦ blue 74

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

Shades of Conifer #BCE84A

Tints of Conifer #BCE84A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.96%

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

R = 38.06%
G = 46.96%
B = 14.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#BCE84A (or 0xBCE84A) is known color: Conifer. HEX triplet: BC, E8 and 4A. RGB value is (188,232,74). Sum of RGB (Red+Green+Blue) = 188+232+74=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE84A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE84A is #4317B5. Grayscale: #C9C9C9. Windows color (decimal): -4396982 or 4909244. OLE color: 4909244.

HSL color Cylindrical-coordinate representation of color #BCE84A: hue angle of 76.71º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE84A is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 74 -
CMYK 0.19 0 0.68 0.09
HSL 76.71º 0.77% 0.6% -
HSV(B) 76.71º 0.68% 0.91% -
XYZ 50.83 68.9 17.1 -
YUV 200.83 56.42 118.85 -
System Red Green Blue C M Y K H S L
Decimal 188 232 74 0.19 0 0.68 0.09 76.71 0.77 0.6
Hex BC E8 4A 13 0 44 9 4D 4D 3C
Octal 274 350 112 23 0 104 11 115 115 74
Binary 10111100 11101000 1001010 10011 0 1000100 1001 1001101 1001101 111100

Color Harmonies of #BCE84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE84A

Black with #BCE84A

Text Example


Text Example

White with #BCE84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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