Html Css Color HEX #BCF359 Conifer

📋 copy color: '#BCF359'

red 188 ◦ green 243 ◦ blue 89

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

Shades of Conifer #BCF359

Tints of Conifer #BCF359

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.73%

 BLUE value IS 89 (35.16% from 255) = 17.12%

R = 36.15%
G = 46.73%
B = 17.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#BCF359 (or 0xBCF359) is known color: Conifer. HEX triplet: BC, F3 and 59. RGB value is (188,243,89). Sum of RGB (Red+Green+Blue) = 188+243+89=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF359 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF359 is #430CA6. Grayscale: #D1D1D1. Windows color (decimal): -4394151 or 5895100. OLE color: 5895100.

HSL color Cylindrical-coordinate representation of color #BCF359: hue angle of 81.43º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCF359 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 89 -
CMYK 0.23 0 0.63 0.05
HSL 81.43º 0.87% 0.65% -
HSV(B) 81.43º 0.63% 0.95% -
XYZ 54.59 75.51 21.15 -
YUV 209 60.28 113.02 -
System Red Green Blue C M Y K H S L
Decimal 188 243 89 0.23 0 0.63 0.05 81.43 0.87 0.65
Hex BC F3 59 17 0 3F 5 51 57 41
Octal 274 363 131 27 0 77 5 121 127 101
Binary 10111100 11110011 1011001 10111 0 111111 101 1010001 1010111 1000001

Color Harmonies of #BCF359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF359

Black with #BCF359

Text Example


Text Example

White with #BCF359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF359; }

 p { color: rgb(188,243,89); }

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

background-color css

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

 a { background-color: rgb(188,243,89); }

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

border-color css

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

 span { border-color: rgb(188,243,89); }

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