Html Css Color HEX #BDB602 La Rioja

📋 copy color: '#BDB602'

red 189 ◦ green 182 ◦ blue 2

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

Shades of La Rioja #BDB602

Tints of La Rioja #BDB602

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 value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB602 (or 0xBDB602) is known color: 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

RGB 189 182 2 -
CMYK 0 0.04 0.99 0.26
HSL 57.75º 0.98% 0.37% -
HSV(B) 57.75º 0.99% 0.74% -
XYZ 37.73 44.28 6.62 -
YUV 163.57 36.82 146.14 -
System Red Green Blue C M Y K H S L
Decimal 189 182 2 0 0.04 0.99 0.26 57.75 0.98 0.37
Hex BD B6 2 0 4 63 1A 3A 62 25
Octal 275 266 2 0 4 143 32 72 142 45
Binary 10111101 10110110 10 0 100 1100011 11010 111010 1100010 100101

Color Harmonies of #BDB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB602

Black with #BDB602

Text Example


Text Example

White with #BDB602

Text Example


Text Example

HTML Codes & Css Web 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>