Html Css Color HEX #BDC70D La Rioja

📋 copy color: '#BDC70D'

red 189 ◦ green 199 ◦ blue 13

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

Shades of La Rioja #BDC70D

Tints of La Rioja #BDC70D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.63%

 BLUE value IS 13 (5.47% from 255) = 3.24%

R = 47.13%
G = 49.63%
B = 3.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#BDC70D (or 0xBDC70D) is known color: La Rioja. HEX triplet: BD, C7 and 0D. RGB value is (189,199,13). Sum of RGB (Red+Green+Blue) = 189+199+13=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC70D is #4238F2. Grayscale: #AFAFAF. Windows color (decimal): -4339955 or 903101. OLE color: 903101.

HSL color Cylindrical-coordinate representation of color #BDC70D: hue angle of 63.23º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC70D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 13 -
CMYK 0.05 0 0.93 0.22
HSL 63.23º 0.88% 0.42% -
HSV(B) 63.23º 0.93% 0.78% -
XYZ 41.48 51.69 8.17 -
YUV 174.81 36.69 138.12 -
System Red Green Blue C M Y K H S L
Decimal 189 199 13 0.05 0 0.93 0.22 63.23 0.88 0.42
Hex BD C7 D 5 0 5D 16 3F 58 2A
Octal 275 307 15 5 0 135 26 77 130 52
Binary 10111101 11000111 1101 101 0 1011101 10110 111111 1011000 101010

Color Harmonies of #BDC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC70D

Black with #BDC70D

Text Example


Text Example

White with #BDC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC70D; }

 p { color: rgb(189,199,13); }

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

background-color css

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

 a { background-color: rgb(189,199,13); }

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

border-color css

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

 span { border-color: rgb(189,199,13); }

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