Html Css Color HEX #BAD008 La Rioja

📋 copy color: '#BAD008'

red 186 ◦ green 208 ◦ blue 8

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

Shades of La Rioja #BAD008

Tints of La Rioja #BAD008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.74%

 BLUE value IS 8 (3.52% from 255) = 1.99%

R = 46.27%
G = 51.74%
B = 1.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#BAD008 (or 0xBAD008) is known color: La Rioja. HEX triplet: BA, D0 and 08. RGB value is (186,208,8). Sum of RGB (Red+Green+Blue) = 186+208+8=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD008 is #452FF7. Grayscale: #B3B3B3. Windows color (decimal): -4534264 or 577722. OLE color: 577722.

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

Color convert

RGB 186 208 8 -
CMYK 0.11 0 0.96 0.18
HSL 66.6º 0.93% 0.42% -
HSV(B) 66.6º 0.96% 0.82% -
XYZ 42.85 55.57 8.7 -
YUV 178.62 31.71 133.26 -
System Red Green Blue C M Y K H S L
Decimal 186 208 8 0.11 0 0.96 0.18 66.6 0.93 0.42
Hex BA D0 8 B 0 60 12 43 5D 2A
Octal 272 320 10 13 0 140 22 103 135 52
Binary 10111010 11010000 1000 1011 0 1100000 10010 1000011 1011101 101010

Color Harmonies of #BAD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD008

Black with #BAD008

Text Example


Text Example

White with #BAD008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD008; }

 p { color: rgb(186,208,8); }

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

background-color css

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

 a { background-color: rgb(186,208,8); }

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

border-color css

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

 span { border-color: rgb(186,208,8); }

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