Html Css Color HEX #BCFA5A Conifer

📋 copy color: '#BCFA5A'

red 188 ◦ green 250 ◦ blue 90

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

Shades of Conifer #BCFA5A

Tints of Conifer #BCFA5A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.35%

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

R = 35.61%
G = 47.35%
B = 17.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#BCFA5A (or 0xBCFA5A) is known color: Conifer. HEX triplet: BC, FA and 5A. RGB value is (188,250,90). Sum of RGB (Red+Green+Blue) = 188+250+90=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA5A is #4305A5. Grayscale: #D5D5D5. Windows color (decimal): -4392358 or 5962428. OLE color: 5962428.

HSL color Cylindrical-coordinate representation of color #BCFA5A: hue angle of 83.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCFA5A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 90 -
CMYK 0.25 0 0.64 0.02
HSL 83.25º 0.94% 0.67% -
HSV(B) 83.25º 0.64% 0.98% -
XYZ 56.77 79.8 22.08 -
YUV 213.22 58.46 110.01 -
System Red Green Blue C M Y K H S L
Decimal 188 250 90 0.25 0 0.64 0.02 83.25 0.94 0.67
Hex BC FA 5A 19 0 40 2 53 5E 43
Octal 274 372 132 31 0 100 2 123 136 103
Binary 10111100 11111010 1011010 11001 0 1000000 10 1010011 1011110 1000011

Color Harmonies of #BCFA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA5A

Black with #BCFA5A

Text Example


Text Example

White with #BCFA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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