Html Css Color HEX #BCEA58 Conifer

📋 copy color: '#BCEA58'

red 188 ◦ green 234 ◦ blue 88

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

Shades of Conifer #BCEA58

Tints of Conifer #BCEA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.25%

R = 36.86%
G = 45.88%
B = 17.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#BCEA58 (or 0xBCEA58) is known color: Conifer. HEX triplet: BC, EA and 58. RGB value is (188,234,88). Sum of RGB (Red+Green+Blue) = 188+234+88=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA58 is #4315A7. Grayscale: #CCCCCC. Windows color (decimal): -4396456 or 5827260. OLE color: 5827260.

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

Color convert

RGB 188 234 88 -
CMYK 0.20 0 0.62 0.08
HSL 78.9º 0.78% 0.63% -
HSV(B) 78.9º 0.62% 0.92% -
XYZ 51.92 70.24 20.05 -
YUV 203.6 62.76 116.87 -
System Red Green Blue C M Y K H S L
Decimal 188 234 88 0.20 0 0.62 0.08 78.9 0.78 0.63
Hex BC EA 58 14 0 3E 8 4F 4E 3F
Octal 274 352 130 24 0 76 10 117 116 77
Binary 10111100 11101010 1011000 10100 0 111110 1000 1001111 1001110 111111

Color Harmonies of #BCEA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA58

Black with #BCEA58

Text Example


Text Example

White with #BCEA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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