Html Css Color HEX #BCF163 Conifer

📋 copy color: '#BCF163'

red 188 ◦ green 241 ◦ blue 99

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

Shades of Conifer #BCF163

Tints of Conifer #BCF163

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.64%

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

R = 35.61%
G = 45.64%
B = 18.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#BCF163 (or 0xBCF163) is known color: Conifer. HEX triplet: BC, F1 and 63. RGB value is (188,241,99). Sum of RGB (Red+Green+Blue) = 188+241+99=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF163 is #430E9C. Grayscale: #D1D1D1. Windows color (decimal): -4394653 or 6549948. OLE color: 6549948.

HSL color Cylindrical-coordinate representation of color #BCF163: hue angle of 82.39º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF163 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 99 -
CMYK 0.22 0 0.59 0.05
HSL 82.39º 0.84% 0.67% -
HSV(B) 82.39º 0.59% 0.95% -
XYZ 54.45 74.5 23.32 -
YUV 208.97 65.94 113.05 -
System Red Green Blue C M Y K H S L
Decimal 188 241 99 0.22 0 0.59 0.05 82.39 0.84 0.67
Hex BC F1 63 16 0 3B 5 52 54 43
Octal 274 361 143 26 0 73 5 122 124 103
Binary 10111100 11110001 1100011 10110 0 111011 101 1010010 1010100 1000011

Color Harmonies of #BCF163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF163

Black with #BCF163

Text Example


Text Example

White with #BCF163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF163; }

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

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

background-color css

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

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

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

border-color css

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

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

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