Html Css Color HEX #BCF652 Conifer

📋 copy color: '#BCF652'

red 188 ◦ green 246 ◦ blue 82

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

Shades of Conifer #BCF652

Tints of Conifer #BCF652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.89%

R = 36.43%
G = 47.67%
B = 15.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#BCF652 (or 0xBCF652) is known color: Conifer. HEX triplet: BC, F6 and 52. RGB value is (188,246,82). Sum of RGB (Red+Green+Blue) = 188+246+82=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF652 is #4309AD. Grayscale: #D2D2D2. Windows color (decimal): -4393390 or 5437116. OLE color: 5437116.

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

Color convert

RGB 188 246 82 -
CMYK 0.24 0 0.67 0.04
HSL 81.22º 0.9% 0.64% -
HSV(B) 81.22º 0.67% 0.96% -
XYZ 55.22 77.21 19.98 -
YUV 209.96 55.78 112.34 -
System Red Green Blue C M Y K H S L
Decimal 188 246 82 0.24 0 0.67 0.04 81.22 0.9 0.64
Hex BC F6 52 18 0 43 4 51 5A 40
Octal 274 366 122 30 0 103 4 121 132 100
Binary 10111100 11110110 1010010 11000 0 1000011 100 1010001 1011010 1000000

Color Harmonies of #BCF652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF652

Black with #BCF652

Text Example


Text Example

White with #BCF652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF652; }

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

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

background-color css

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

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

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

border-color css

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

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

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