Html Css Color HEX #BAF362 Conifer

📋 copy color: '#BAF362'

red 186 ◦ green 243 ◦ blue 98

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

Shades of Conifer #BAF362

Tints of Conifer #BAF362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.6%

R = 35.29%
G = 46.11%
B = 18.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#BAF362 (or 0xBAF362) is known color: Conifer. HEX triplet: BA, F3 and 62. RGB value is (186,243,98). Sum of RGB (Red+Green+Blue) = 186+243+98=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF362 is #450C9D. Grayscale: #D1D1D1. Windows color (decimal): -4525214 or 6484922. OLE color: 6484922.

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

Color convert

RGB 186 243 98 -
CMYK 0.23 0 0.60 0.05
HSL 83.59º 0.86% 0.67% -
HSV(B) 83.59º 0.6% 0.95% -
XYZ 54.5 75.42 23.24 -
YUV 209.43 65.12 111.29 -
System Red Green Blue C M Y K H S L
Decimal 186 243 98 0.23 0 0.60 0.05 83.59 0.86 0.67
Hex BA F3 62 17 0 3C 5 54 56 43
Octal 272 363 142 27 0 74 5 124 126 103
Binary 10111010 11110011 1100010 10111 0 111100 101 1010100 1010110 1000011

Color Harmonies of #BAF362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF362

Black with #BAF362

Text Example


Text Example

White with #BAF362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF362; }

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

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

background-color css

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

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

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

border-color css

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

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

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