#BDB602

Color #BDB602 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BDB602

Tints of La Rioja #BDB602

Color information

#BDB602 (or 0xBDB602) is unknown color: approx La Rioja. HEX triplet: BD, B6 and 02. RGB value is (189,182,2). Sum of RGB (Red+Green+Blue) = 189+182+2=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB602 is #4249FD. Grayscale: #A4A4A4. Windows color (decimal): -4344318 or 177853. OLE color: 177853.

HSL color Cylindrical-coordinate representation of color #BDB602: hue angle of 57.75º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDB602 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1891822-
CMYK00.040.990.26
HSL57.75º97.91%37.45%-
HSV(B)57.75º98.94%74.12%-
XYZ37.7344.286.62-
YUV163.5736.82146.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 182 (71.48% from 255) = 48.79%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=50.67%
G=48.79%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189182200.040.990.2657.7597.9137.45
HexBDB6204631A3a6225
Octal275266204143327214245
Binary10111101101101101001001100011110101110101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB602; }

 p { color: rgb(189,182,2); }

 H1.HeaderClassName
 {
   color: #BDB602;
 }
 .AnyTagClassName
 {
   color: #BDB602;
 }
</style>
background-color css

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

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

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

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

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

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