Html Css Color HEX #BCEA49 Conifer

📋 copy color: '#BCEA49'

red 188 ◦ green 234 ◦ blue 73

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

Shades of Conifer #BCEA49

Tints of Conifer #BCEA49

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.27%

 BLUE value IS 73 (28.91% from 255) = 14.75%

R = 37.98%
G = 47.27%
B = 14.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#BCEA49 (or 0xBCEA49) is known color: Conifer. HEX triplet: BC, EA and 49. RGB value is (188,234,73). Sum of RGB (Red+Green+Blue) = 188+234+73=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEA49 is #4315B6. Grayscale: #CACACA. Windows color (decimal): -4396471 or 4844220. OLE color: 4844220.

HSL color Cylindrical-coordinate representation of color #BCEA49: hue angle of 77.14º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCEA49 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 73 -
CMYK 0.20 0 0.69 0.08
HSL 77.14º 0.79% 0.6% -
HSV(B) 77.14º 0.69% 0.92% -
XYZ 51.36 70.02 17.11 -
YUV 201.89 55.26 118.09 -
System Red Green Blue C M Y K H S L
Decimal 188 234 73 0.20 0 0.69 0.08 77.14 0.79 0.6
Hex BC EA 49 14 0 45 8 4D 4F 3C
Octal 274 352 111 24 0 105 10 115 117 74
Binary 10111100 11101010 1001001 10100 0 1000101 1000 1001101 1001111 111100

Color Harmonies of #BCEA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA49

Black with #BCEA49

Text Example


Text Example

White with #BCEA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA49; }

 p { color: rgb(188,234,73); }

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

background-color css

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

 a { background-color: rgb(188,234,73); }

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

border-color css

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

 span { border-color: rgb(188,234,73); }

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