Html Css Color HEX #BDB203 La Rioja

📋 copy color: '#BDB203'

red 189 ◦ green 178 ◦ blue 3

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

Shades of La Rioja #BDB203

Tints of La Rioja #BDB203

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.11%

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 51.08%
G = 48.11%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDB203 (or 0xBDB203) is known color: La Rioja. HEX triplet: BD, B2 and 03. RGB value is (189,178,3). Sum of RGB (Red+Green+Blue) = 189+178+3=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB203 is #424DFC. Grayscale: #A2A2A2. Windows color (decimal): -4345341 or 242365. OLE color: 242365.

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

Color convert

RGB 189 178 3 -
CMYK 0 0.06 0.98 0.26
HSL 56.45º 0.97% 0.38% -
HSV(B) 56.45º 0.98% 0.74% -
XYZ 36.92 42.67 6.38 -
YUV 161.34 38.64 147.73 -
System Red Green Blue C M Y K H S L
Decimal 189 178 3 0 0.06 0.98 0.26 56.45 0.97 0.38
Hex BD B2 3 0 6 62 1A 38 61 26
Octal 275 262 3 0 6 142 32 70 141 46
Binary 10111101 10110010 11 0 110 1100010 11010 111000 1100001 100110

Color Harmonies of #BDB203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB203

Black with #BDB203

Text Example


Text Example

White with #BDB203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB203; }

 p { color: rgb(189,178,3); }

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

background-color css

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

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

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

border-color css

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

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

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