Html Css Color HEX #BCF053 Conifer

📋 copy color: '#BCF053'

red 188 ◦ green 240 ◦ blue 83

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

Shades of Conifer #BCF053

Tints of Conifer #BCF053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.24%

R = 36.79%
G = 46.97%
B = 16.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#BCF053 (or 0xBCF053) is known color: Conifer. HEX triplet: BC, F0 and 53. RGB value is (188,240,83). Sum of RGB (Red+Green+Blue) = 188+240+83=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF053 is #430FAC. Grayscale: #CFCFCF. Windows color (decimal): -4394925 or 5501116. OLE color: 5501116.

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

Color convert

RGB 188 240 83 -
CMYK 0.22 0 0.65 0.06
HSL 79.87º 0.84% 0.63% -
HSV(B) 79.87º 0.65% 0.94% -
XYZ 53.46 73.64 19.58 -
YUV 206.55 58.27 114.77 -
System Red Green Blue C M Y K H S L
Decimal 188 240 83 0.22 0 0.65 0.06 79.87 0.84 0.63
Hex BC F0 53 16 0 41 6 50 54 3F
Octal 274 360 123 26 0 101 6 120 124 77
Binary 10111100 11110000 1010011 10110 0 1000001 110 1010000 1010100 111111

Color Harmonies of #BCF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF053

Black with #BCF053

Text Example


Text Example

White with #BCF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF053; }

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

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

background-color css

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

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

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

border-color css

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

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

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