Html Css Color HEX #BDB002 La Rioja

📋 copy color: '#BDB002'

red 189 ◦ green 176 ◦ blue 2

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

Shades of La Rioja #BDB002

Tints of La Rioja #BDB002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 51.5%
G = 47.96%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB002 (or 0xBDB002) is known color: La Rioja. HEX triplet: BD, B0 and 02. RGB value is (189,176,2). Sum of RGB (Red+Green+Blue) = 189+176+2=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB002 is #424FFD. Grayscale: #A0A0A0. Windows color (decimal): -4345854 or 176317. OLE color: 176317.

HSL color Cylindrical-coordinate representation of color #BDB002: hue angle of 55.83º 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 #BDB002 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 2 -
CMYK 0 0.07 0.99 0.26
HSL 55.83º 0.98% 0.37% -
HSV(B) 55.83º 0.99% 0.74% -
XYZ 36.52 41.87 6.21 -
YUV 160.05 38.81 148.65 -
System Red Green Blue C M Y K H S L
Decimal 189 176 2 0 0.07 0.99 0.26 55.83 0.98 0.37
Hex BD B0 2 0 7 63 1A 38 62 25
Octal 275 260 2 0 7 143 32 70 142 45
Binary 10111101 10110000 10 0 111 1100011 11010 111000 1100010 100101

Color Harmonies of #BDB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB002

Black with #BDB002

Text Example


Text Example

White with #BDB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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