Html Css Color HEX #BCF352 Conifer

📋 copy color: '#BCF352'

red 188 ◦ green 243 ◦ blue 82

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

Shades of Conifer #BCF352

Tints of Conifer #BCF352

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.37%

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

R = 36.65%
G = 47.37%
B = 15.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#BCF352 (or 0xBCF352) is known color: Conifer. HEX triplet: BC, F3 and 52. RGB value is (188,243,82). Sum of RGB (Red+Green+Blue) = 188+243+82=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF352 is #430CAD. Grayscale: #D0D0D0. Windows color (decimal): -4394158 or 5436348. OLE color: 5436348.

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

Color convert

RGB 188 243 82 -
CMYK 0.23 0 0.66 0.05
HSL 80.5º 0.87% 0.64% -
HSV(B) 80.5º 0.66% 0.95% -
XYZ 54.31 75.4 19.67 -
YUV 208.2 56.78 113.59 -
System Red Green Blue C M Y K H S L
Decimal 188 243 82 0.23 0 0.66 0.05 80.5 0.87 0.64
Hex BC F3 52 17 0 42 5 50 57 40
Octal 274 363 122 27 0 102 5 120 127 100
Binary 10111100 11110011 1010010 10111 0 1000010 101 1010000 1010111 1000000

Color Harmonies of #BCF352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF352

Black with #BCF352

Text Example


Text Example

White with #BCF352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF352; }

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

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

background-color css

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

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

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

border-color css

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

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

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