Html Css Color HEX #BCF654 Conifer

📋 copy color: '#BCF654'

red 188 ◦ green 246 ◦ blue 84

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

Shades of Conifer #BCF654

Tints of Conifer #BCF654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.22%

R = 36.29%
G = 47.49%
B = 16.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#BCF654 (or 0xBCF654) is known color: Conifer. HEX triplet: BC, F6 and 54. RGB value is (188,246,84). Sum of RGB (Red+Green+Blue) = 188+246+84=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF654 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF654 is #4309AB. Grayscale: #D2D2D2. Windows color (decimal): -4393388 or 5568188. OLE color: 5568188.

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

Color convert

RGB 188 246 84 -
CMYK 0.24 0 0.66 0.04
HSL 81.48º 0.9% 0.65% -
HSV(B) 81.48º 0.66% 0.96% -
XYZ 55.3 77.24 20.38 -
YUV 210.19 56.78 112.17 -
System Red Green Blue C M Y K H S L
Decimal 188 246 84 0.24 0 0.66 0.04 81.48 0.9 0.65
Hex BC F6 54 18 0 42 4 51 5A 41
Octal 274 366 124 30 0 102 4 121 132 101
Binary 10111100 11110110 1010100 11000 0 1000010 100 1010001 1011010 1000001

Color Harmonies of #BCF654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF654

Black with #BCF654

Text Example


Text Example

White with #BCF654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF654; }

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

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

background-color css

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

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

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

border-color css

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

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

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