Html Css Color HEX #BCF152 Conifer

📋 copy color: '#BCF152'

red 188 ◦ green 241 ◦ blue 82

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

Shades of Conifer #BCF152

Tints of Conifer #BCF152

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.16%

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

R = 36.79%
G = 47.16%
B = 16.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#BCF152 (or 0xBCF152) is known color: Conifer. HEX triplet: BC, F1 and 52. RGB value is (188,241,82). Sum of RGB (Red+Green+Blue) = 188+241+82=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF152 is #430EAD. Grayscale: #CFCFCF. Windows color (decimal): -4394670 or 5435836. OLE color: 5435836.

HSL color Cylindrical-coordinate representation of color #BCF152: hue angle of 80º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCF152 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 82 -
CMYK 0.22 0 0.66 0.05
HSL 80º 0.85% 0.63% -
HSV(B) 80º 0.66% 0.95% -
XYZ 53.72 74.21 19.48 -
YUV 207.03 57.44 114.43 -
System Red Green Blue C M Y K H S L
Decimal 188 241 82 0.22 0 0.66 0.05 80 0.85 0.63
Hex BC F1 52 16 0 42 5 50 55 3F
Octal 274 361 122 26 0 102 5 120 125 77
Binary 10111100 11110001 1010010 10110 0 1000010 101 1010000 1010101 111111

Color Harmonies of #BCF152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF152

Black with #BCF152

Text Example


Text Example

White with #BCF152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF152; }

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

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

background-color css

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

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

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

border-color css

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

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

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