Html Css Color HEX #BACF09 La Rioja

📋 copy color: '#BACF09'

red 186 ◦ green 207 ◦ blue 9

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

Shades of La Rioja #BACF09

Tints of La Rioja #BACF09

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.49%

 BLUE value IS 9 (3.91% from 255) = 2.24%

R = 46.27%
G = 51.49%
B = 2.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#BACF09 (or 0xBACF09) is known color: La Rioja. HEX triplet: BA, CF and 09. RGB value is (186,207,9). Sum of RGB (Red+Green+Blue) = 186+207+9=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACF09 is #4530F6. Grayscale: #B2B2B2. Windows color (decimal): -4534519 or 643002. OLE color: 643002.

HSL color Cylindrical-coordinate representation of color #BACF09: hue angle of 66.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BACF09 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 207 9 -
CMYK 0.10 0 0.96 0.19
HSL 66.36º 0.92% 0.42% -
HSV(B) 66.36º 0.96% 0.81% -
XYZ 42.61 55.08 8.64 -
YUV 178.15 32.54 133.6 -
System Red Green Blue C M Y K H S L
Decimal 186 207 9 0.10 0 0.96 0.19 66.36 0.92 0.42
Hex BA CF 9 A 0 60 13 42 5C 2A
Octal 272 317 11 12 0 140 23 102 134 52
Binary 10111010 11001111 1001 1010 0 1100000 10011 1000010 1011100 101010

Color Harmonies of #BACF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACF09

Black with #BACF09

Text Example


Text Example

White with #BACF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACF09; }

 p { color: rgb(186,207,9); }

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

background-color css

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

 a { background-color: rgb(186,207,9); }

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

border-color css

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

 span { border-color: rgb(186,207,9); }

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