Html Css Color HEX #BCF957 Conifer

📋 copy color: '#BCF957'

red 188 ◦ green 249 ◦ blue 87

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

Shades of Conifer #BCF957

Tints of Conifer #BCF957

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.52%

 BLUE value IS 87 (34.38% from 255) = 16.6%

R = 35.88%
G = 47.52%
B = 16.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#BCF957 (or 0xBCF957) is known color: Conifer. HEX triplet: BC, F9 and 57. RGB value is (188,249,87). Sum of RGB (Red+Green+Blue) = 188+249+87=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF957 is #4306A8. Grayscale: #D4D4D4. Windows color (decimal): -4392617 or 5765564. OLE color: 5765564.

HSL color Cylindrical-coordinate representation of color #BCF957: hue angle of 82.59º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCF957 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 87 -
CMYK 0.24 0 0.65 0.02
HSL 82.59º 0.93% 0.66% -
HSV(B) 82.59º 0.65% 0.98% -
XYZ 56.34 79.13 21.32 -
YUV 212.29 57.29 110.67 -
System Red Green Blue C M Y K H S L
Decimal 188 249 87 0.24 0 0.65 0.02 82.59 0.93 0.66
Hex BC F9 57 18 0 41 2 53 5D 42
Octal 274 371 127 30 0 101 2 123 135 102
Binary 10111100 11111001 1010111 11000 0 1000001 10 1010011 1011101 1000010

Color Harmonies of #BCF957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF957

Black with #BCF957

Text Example


Text Example

White with #BCF957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF957; }

 p { color: rgb(188,249,87); }

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

background-color css

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

 a { background-color: rgb(188,249,87); }

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

border-color css

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

 span { border-color: rgb(188,249,87); }

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