Html Css Color HEX #BCEA63 Conifer

📋 copy color: '#BCEA63'

red 188 ◦ green 234 ◦ blue 99

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

Shades of Conifer #BCEA63

Tints of Conifer #BCEA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19%

R = 36.08%
G = 44.91%
B = 19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#BCEA63 (or 0xBCEA63) is known color: Conifer. HEX triplet: BC, EA and 63. RGB value is (188,234,99). Sum of RGB (Red+Green+Blue) = 188+234+99=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA63 is #43159C. Grayscale: #CDCDCD. Windows color (decimal): -4396445 or 6548156. OLE color: 6548156.

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

Color convert

RGB 188 234 99 -
CMYK 0.20 0 0.58 0.08
HSL 80.44º 0.76% 0.65% -
HSV(B) 80.44º 0.58% 0.92% -
XYZ 52.41 70.44 22.64 -
YUV 204.86 68.26 115.98 -
System Red Green Blue C M Y K H S L
Decimal 188 234 99 0.20 0 0.58 0.08 80.44 0.76 0.65
Hex BC EA 63 14 0 3A 8 50 4C 41
Octal 274 352 143 24 0 72 10 120 114 101
Binary 10111100 11101010 1100011 10100 0 111010 1000 1010000 1001100 1000001

Color Harmonies of #BCEA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA63

Black with #BCEA63

Text Example


Text Example

White with #BCEA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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