Html Css Color HEX #BCF065 Conifer

📋 copy color: '#BCF065'

red 188 ◦ green 240 ◦ blue 101

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

Shades of Conifer #BCF065

Tints of Conifer #BCF065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.09%

R = 35.54%
G = 45.37%
B = 19.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#BCF065 (or 0xBCF065) is known color: Conifer. HEX triplet: BC, F0 and 65. RGB value is (188,240,101). Sum of RGB (Red+Green+Blue) = 188+240+101=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF065 is #430F9A. Grayscale: #D1D1D1. Windows color (decimal): -4394907 or 6680764. OLE color: 6680764.

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

Color convert

RGB 188 240 101 -
CMYK 0.22 0 0.58 0.06
HSL 82.45º 0.82% 0.67% -
HSV(B) 82.45º 0.58% 0.94% -
XYZ 54.25 73.95 23.73 -
YUV 208.61 67.27 113.3 -
System Red Green Blue C M Y K H S L
Decimal 188 240 101 0.22 0 0.58 0.06 82.45 0.82 0.67
Hex BC F0 65 16 0 3A 6 52 52 43
Octal 274 360 145 26 0 72 6 122 122 103
Binary 10111100 11110000 1100101 10110 0 111010 110 1010010 1010010 1000011

Color Harmonies of #BCF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF065

Black with #BCF065

Text Example


Text Example

White with #BCF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF065; }

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

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

background-color css

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

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

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

border-color css

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

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

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