Html Css Color HEX #BAD207 La Rioja

📋 copy color: '#BAD207'

red 186 ◦ green 210 ◦ blue 7

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

Shades of La Rioja #BAD207

Tints of La Rioja #BAD207

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.11%

 BLUE value IS 7 (3.13% from 255) = 1.74%

R = 46.15%
G = 52.11%
B = 1.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#BAD207 (or 0xBAD207) is known color: La Rioja. HEX triplet: BA, D2 and 07. RGB value is (186,210,7). Sum of RGB (Red+Green+Blue) = 186+210+7=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD207 is #452DF8. Grayscale: #B4B4B4. Windows color (decimal): -4533753 or 512698. OLE color: 512698.

HSL color Cylindrical-coordinate representation of color #BAD207: hue angle of 67.09º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAD207 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 210 7 -
CMYK 0.11 0 0.97 0.18
HSL 67.09º 0.94% 0.43% -
HSV(B) 67.09º 0.97% 0.82% -
XYZ 43.33 56.55 8.83 -
YUV 179.68 30.55 132.51 -
System Red Green Blue C M Y K H S L
Decimal 186 210 7 0.11 0 0.97 0.18 67.09 0.94 0.43
Hex BA D2 7 B 0 61 12 43 5E 2B
Octal 272 322 7 13 0 141 22 103 136 53
Binary 10111010 11010010 111 1011 0 1100001 10010 1000011 1011110 101011

Color Harmonies of #BAD207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD207

Black with #BAD207

Text Example


Text Example

White with #BAD207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD207; }

 p { color: rgb(186,210,7); }

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

background-color css

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

 a { background-color: rgb(186,210,7); }

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

border-color css

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

 span { border-color: rgb(186,210,7); }

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