Html Css Color HEX #BAF262 Conifer

📋 copy color: '#BAF262'

red 186 ◦ green 242 ◦ blue 98

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

Shades of Conifer #BAF262

Tints of Conifer #BAF262

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.01%

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

R = 35.36%
G = 46.01%
B = 18.63%

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

#BAF262 (or 0xBAF262) is known color: Conifer. HEX triplet: BA, F2 and 62. RGB value is (186,242,98). Sum of RGB (Red+Green+Blue) = 186+242+98=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF262 is #450D9D. Grayscale: #D1D1D1. Windows color (decimal): -4525470 or 6484666. OLE color: 6484666.

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

Color convert

RGB 186 242 98 -
CMYK 0.23 0 0.60 0.05
HSL 83.33º 0.85% 0.67% -
HSV(B) 83.33º 0.6% 0.95% -
XYZ 54.21 74.83 23.14 -
YUV 208.84 65.45 111.71 -
System Red Green Blue C M Y K H S L
Decimal 186 242 98 0.23 0 0.60 0.05 83.33 0.85 0.67
Hex BA F2 62 17 0 3C 5 53 55 43
Octal 272 362 142 27 0 74 5 123 125 103
Binary 10111010 11110010 1100010 10111 0 111100 101 1010011 1010101 1000011

Color Harmonies of #BAF262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF262

Black with #BAF262

Text Example


Text Example

White with #BAF262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF262; }

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

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

background-color css

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

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

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

border-color css

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

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

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