Html Css Color HEX #BDD107 La Rioja

📋 copy color: '#BDD107'

red 189 ◦ green 209 ◦ blue 7

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

Shades of La Rioja #BDD107

Tints of La Rioja #BDD107

RGB

 RED value IS 189 (74.22% from 255) = 46.67%

 GREEN value IS 209 (82.03% from 255) = 51.6%

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

R = 46.67%
G = 51.6%
B = 1.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#BDD107 (or 0xBDD107) is known color: La Rioja. HEX triplet: BD, D1 and 07. RGB value is (189,209,7). Sum of RGB (Red+Green+Blue) = 189+209+7=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD107 is #422EF8. Grayscale: #B4B4B4. Windows color (decimal): -4337401 or 512445. OLE color: 512445.

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

Color convert

RGB 189 209 7 -
CMYK 0.10 0 0.97 0.18
HSL 65.94º 0.94% 0.42% -
HSV(B) 65.94º 0.97% 0.82% -
XYZ 43.83 56.44 8.78 -
YUV 179.99 30.37 134.43 -
System Red Green Blue C M Y K H S L
Decimal 189 209 7 0.10 0 0.97 0.18 65.94 0.94 0.42
Hex BD D1 7 A 0 61 12 42 5E 2A
Octal 275 321 7 12 0 141 22 102 136 52
Binary 10111101 11010001 111 1010 0 1100001 10010 1000010 1011110 101010

Color Harmonies of #BDD107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD107

Black with #BDD107

Text Example


Text Example

White with #BDD107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD107; }

 p { color: rgb(189,209,7); }

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

background-color css

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

 a { background-color: rgb(189,209,7); }

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

border-color css

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

 span { border-color: rgb(189,209,7); }

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