Html Css Color HEX #BCEA61 Conifer

📋 copy color: '#BCEA61'

red 188 ◦ green 234 ◦ blue 97

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

Shades of Conifer #BCEA61

Tints of Conifer #BCEA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.69%

R = 36.22%
G = 45.09%
B = 18.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#BCEA61 (or 0xBCEA61) is known color: Conifer. HEX triplet: BC, EA and 61. RGB value is (188,234,97). Sum of RGB (Red+Green+Blue) = 188+234+97=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA61 is #43159E. Grayscale: #CDCDCD. Windows color (decimal): -4396447 or 6417084. OLE color: 6417084.

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

Color convert

RGB 188 234 97 -
CMYK 0.20 0 0.59 0.08
HSL 80.15º 0.77% 0.65% -
HSV(B) 80.15º 0.59% 0.92% -
XYZ 52.32 70.4 22.14 -
YUV 204.63 67.26 116.14 -
System Red Green Blue C M Y K H S L
Decimal 188 234 97 0.20 0 0.59 0.08 80.15 0.77 0.65
Hex BC EA 61 14 0 3B 8 50 4D 41
Octal 274 352 141 24 0 73 10 120 115 101
Binary 10111100 11101010 1100001 10100 0 111011 1000 1010000 1001101 1000001

Color Harmonies of #BCEA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA61

Black with #BCEA61

Text Example


Text Example

White with #BCEA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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