Html Css Color HEX #BCE94A Conifer

📋 copy color: '#BCE94A'

red 188 ◦ green 233 ◦ blue 74

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

Shades of Conifer #BCE94A

Tints of Conifer #BCE94A

RGB

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

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

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

R = 37.98%
G = 47.07%
B = 14.95%

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

#BCE94A (or 0xBCE94A) is known color: Conifer. HEX triplet: BC, E9 and 4A. RGB value is (188,233,74). Sum of RGB (Red+Green+Blue) = 188+233+74=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE94A is #4316B5. Grayscale: #CACACA. Windows color (decimal): -4396726 or 4909500. OLE color: 4909500.

HSL color Cylindrical-coordinate representation of color #BCE94A: hue angle of 76.98º degrees, saturation: 0.78, 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 #BCE94A is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 74 -
CMYK 0.19 0 0.68 0.09
HSL 76.98º 0.78% 0.6% -
HSV(B) 76.98º 0.68% 0.91% -
XYZ 51.11 69.46 17.19 -
YUV 201.42 56.09 118.43 -
System Red Green Blue C M Y K H S L
Decimal 188 233 74 0.19 0 0.68 0.09 76.98 0.78 0.6
Hex BC E9 4A 13 0 44 9 4D 4E 3C
Octal 274 351 112 23 0 104 11 115 116 74
Binary 10111100 11101001 1001010 10011 0 1000100 1001 1001101 1001110 111100

Color Harmonies of #BCE94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE94A

Black with #BCE94A

Text Example


Text Example

White with #BCE94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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