Html Css Color HEX #BCF65A Conifer

📋 copy color: '#BCF65A'

red 188 ◦ green 246 ◦ blue 90

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

Shades of Conifer #BCF65A

Tints of Conifer #BCF65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.18%

R = 35.88%
G = 46.95%
B = 17.18%

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

#BCF65A (or 0xBCF65A) is known color: Conifer. HEX triplet: BC, F6 and 5A. RGB value is (188,246,90). Sum of RGB (Red+Green+Blue) = 188+246+90=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF65A is #4309A5. Grayscale: #D3D3D3. Windows color (decimal): -4393382 or 5961404. OLE color: 5961404.

HSL color Cylindrical-coordinate representation of color #BCF65A: hue angle of 82.31º 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 #BCF65A is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 90 -
CMYK 0.24 0 0.63 0.04
HSL 82.31º 0.9% 0.66% -
HSV(B) 82.31º 0.63% 0.96% -
XYZ 55.54 77.34 21.67 -
YUV 210.87 59.78 111.68 -
System Red Green Blue C M Y K H S L
Decimal 188 246 90 0.24 0 0.63 0.04 82.31 0.9 0.66
Hex BC F6 5A 18 0 3F 4 52 5A 42
Octal 274 366 132 30 0 77 4 122 132 102
Binary 10111100 11110110 1011010 11000 0 111111 100 1010010 1011010 1000010

Color Harmonies of #BCF65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF65A

Black with #BCF65A

Text Example


Text Example

White with #BCF65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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