Html Css Color HEX #BCF063 Conifer

📋 copy color: '#BCF063'

red 188 ◦ green 240 ◦ blue 99

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

Shades of Conifer #BCF063

Tints of Conifer #BCF063

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.54%

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

R = 35.67%
G = 45.54%
B = 18.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#BCF063 (or 0xBCF063) is known color: Conifer. HEX triplet: BC, F0 and 63. RGB value is (188,240,99). Sum of RGB (Red+Green+Blue) = 188+240+99=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF063 is #430F9C. Grayscale: #D0D0D0. Windows color (decimal): -4394909 or 6549692. OLE color: 6549692.

HSL color Cylindrical-coordinate representation of color #BCF063: hue angle of 82.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF063 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 99 -
CMYK 0.22 0 0.59 0.06
HSL 82.13º 0.82% 0.66% -
HSV(B) 82.13º 0.59% 0.94% -
XYZ 54.15 73.91 23.22 -
YUV 208.38 66.27 113.46 -
System Red Green Blue C M Y K H S L
Decimal 188 240 99 0.22 0 0.59 0.06 82.13 0.82 0.66
Hex BC F0 63 16 0 3B 6 52 52 42
Octal 274 360 143 26 0 73 6 122 122 102
Binary 10111100 11110000 1100011 10110 0 111011 110 1010010 1010010 1000010

Color Harmonies of #BCF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF063

Black with #BCF063

Text Example


Text Example

White with #BCF063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF063; }

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

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

background-color css

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

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

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

border-color css

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

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

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