Html Css Color HEX #BAF352 Conifer

📋 copy color: '#BAF352'

red 186 ◦ green 243 ◦ blue 82

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

Shades of Conifer #BAF352

Tints of Conifer #BAF352

RGB

 RED value IS 186 (73.05% from 255) = 36.4%

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

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

R = 36.4%
G = 47.55%
B = 16.05%

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

#BAF352 (or 0xBAF352) is known color: Conifer. HEX triplet: BA, F3 and 52. RGB value is (186,243,82). Sum of RGB (Red+Green+Blue) = 186+243+82=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF352 is #450CAD. Grayscale: #D0D0D0. Windows color (decimal): -4525230 or 5436346. OLE color: 5436346.

HSL color Cylindrical-coordinate representation of color #BAF352: hue angle of 81.24º 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 #BAF352 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 82 -
CMYK 0.23 0 0.66 0.05
HSL 81.24º 0.87% 0.64% -
HSV(B) 81.24º 0.66% 0.95% -
XYZ 53.82 75.15 19.65 -
YUV 207.6 57.12 112.59 -
System Red Green Blue C M Y K H S L
Decimal 186 243 82 0.23 0 0.66 0.05 81.24 0.87 0.64
Hex BA F3 52 17 0 42 5 51 57 40
Octal 272 363 122 27 0 102 5 121 127 100
Binary 10111010 11110011 1010010 10111 0 1000010 101 1010001 1010111 1000000

Color Harmonies of #BAF352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF352

Black with #BAF352

Text Example


Text Example

White with #BAF352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF352; }

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

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

background-color css

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

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

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

border-color css

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

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

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