Html Css Color HEX #BAF353 Conifer

📋 copy color: '#BAF353'

red 186 ◦ green 243 ◦ blue 83

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

Shades of Conifer #BAF353

Tints of Conifer #BAF353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.21%

R = 36.33%
G = 47.46%
B = 16.21%

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

#BAF353 (or 0xBAF353) is known color: Conifer. HEX triplet: BA, F3 and 53. RGB value is (186,243,83). Sum of RGB (Red+Green+Blue) = 186+243+83=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF353 is #450CAC. Grayscale: #D0D0D0. Windows color (decimal): -4525229 or 5501882. OLE color: 5501882.

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

Color convert

RGB 186 243 83 -
CMYK 0.23 0 0.66 0.05
HSL 81.38º 0.87% 0.64% -
HSV(B) 81.38º 0.66% 0.95% -
XYZ 53.86 75.16 19.85 -
YUV 207.72 57.62 112.51 -
System Red Green Blue C M Y K H S L
Decimal 186 243 83 0.23 0 0.66 0.05 81.38 0.87 0.64
Hex BA F3 53 17 0 42 5 51 57 40
Octal 272 363 123 27 0 102 5 121 127 100
Binary 10111010 11110011 1010011 10111 0 1000010 101 1010001 1010111 1000000

Color Harmonies of #BAF353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF353

Black with #BAF353

Text Example


Text Example

White with #BAF353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF353; }

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

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

background-color css

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

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

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

border-color css

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

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

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