Html Css Color HEX #BDBD14 La Rioja

📋 copy color: '#BDBD14'

red 189 ◦ green 189 ◦ blue 20

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

Shades of La Rioja #BDBD14

Tints of La Rioja #BDBD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.49%

 BLUE value IS 20 (8.2% from 255) = 5.03%

R = 47.49%
G = 47.49%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDBD14 (or 0xBDBD14) is known color: La Rioja. HEX triplet: BD, BD and 14. RGB value is (189,189,20). Sum of RGB (Red+Green+Blue) = 189+189+20=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBD14 is #4242EB. Grayscale: #AAAAAA. Windows color (decimal): -4342508 or 1359293. OLE color: 1359293.

HSL color Cylindrical-coordinate representation of color #BDBD14: hue angle of 60º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDBD14 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 189 20 -
CMYK 0 0 0.89 0.26
HSL 60º 0.81% 0.41% -
HSV(B) 60º 0.89% 0.74% -
XYZ 39.31 47.26 7.71 -
YUV 169.73 43.5 141.74 -
System Red Green Blue C M Y K H S L
Decimal 189 189 20 0 0 0.89 0.26 60 0.81 0.41
Hex BD BD 14 0 0 59 1A 3C 51 29
Octal 275 275 24 0 0 131 32 74 121 51
Binary 10111101 10111101 10100 0 0 1011001 11010 111100 1010001 101001

Color Harmonies of #BDBD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD14

Black with #BDBD14

Text Example


Text Example

White with #BDBD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD14; }

 p { color: rgb(189,189,20); }

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

background-color css

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

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

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

border-color css

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

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

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