Html Css Color HEX #BCF65B Conifer

📋 copy color: '#BCF65B'

red 188 ◦ green 246 ◦ blue 91

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

Shades of Conifer #BCF65B

Tints of Conifer #BCF65B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.86%

 BLUE value IS 91 (35.94% from 255) = 17.33%

R = 35.81%
G = 46.86%
B = 17.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#BCF65B (or 0xBCF65B) is known color: Conifer. HEX triplet: BC, F6 and 5B. RGB value is (188,246,91). Sum of RGB (Red+Green+Blue) = 188+246+91=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF65B is #4309A4. Grayscale: #D3D3D3. Windows color (decimal): -4393381 or 6026940. OLE color: 6026940.

HSL color Cylindrical-coordinate representation of color #BCF65B: hue angle of 82.45º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCF65B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 91 -
CMYK 0.24 0 0.63 0.04
HSL 82.45º 0.9% 0.66% -
HSV(B) 82.45º 0.63% 0.96% -
XYZ 55.58 77.36 21.9 -
YUV 210.99 60.28 111.6 -
System Red Green Blue C M Y K H S L
Decimal 188 246 91 0.24 0 0.63 0.04 82.45 0.9 0.66
Hex BC F6 5B 18 0 3F 4 52 5A 42
Octal 274 366 133 30 0 77 4 122 132 102
Binary 10111100 11110110 1011011 11000 0 111111 100 1010010 1011010 1000010

Color Harmonies of #BCF65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF65B

Black with #BCF65B

Text Example


Text Example

White with #BCF65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF65B; }

 p { color: rgb(188,246,91); }

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

background-color css

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

 a { background-color: rgb(188,246,91); }

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

border-color css

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

 span { border-color: rgb(188,246,91); }

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