Html Css Color HEX #BAF365 Conifer

📋 copy color: '#BAF365'

red 186 ◦ green 243 ◦ blue 101

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

Shades of Conifer #BAF365

Tints of Conifer #BAF365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.06%

R = 35.09%
G = 45.85%
B = 19.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#BAF365 (or 0xBAF365) is known color: Conifer. HEX triplet: BA, F3 and 65. RGB value is (186,243,101). Sum of RGB (Red+Green+Blue) = 186+243+101=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF365 is #450C9A. Grayscale: #D2D2D2. Windows color (decimal): -4525211 or 6681530. OLE color: 6681530.

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

Color convert

RGB 186 243 101 -
CMYK 0.23 0 0.58 0.05
HSL 84.08º 0.86% 0.67% -
HSV(B) 84.08º 0.58% 0.95% -
XYZ 54.65 75.48 24 -
YUV 209.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 186 243 101 0.23 0 0.58 0.05 84.08 0.86 0.67
Hex BA F3 65 17 0 3A 5 54 56 43
Octal 272 363 145 27 0 72 5 124 126 103
Binary 10111010 11110011 1100101 10111 0 111010 101 1010100 1010110 1000011

Color Harmonies of #BAF365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF365

Black with #BAF365

Text Example


Text Example

White with #BAF365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF365; }

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

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

background-color css

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

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

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

border-color css

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

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

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