Html Css Color HEX #BDC203 La Rioja

📋 copy color: '#BDC203'

red 189 ◦ green 194 ◦ blue 3

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

Shades of La Rioja #BDC203

Tints of La Rioja #BDC203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

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

R = 48.96%
G = 50.26%
B = 0.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#BDC203 (or 0xBDC203) is known color: La Rioja. HEX triplet: BD, C2 and 03. RGB value is (189,194,3). Sum of RGB (Red+Green+Blue) = 189+194+3=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC203 is #423DFC. Grayscale: #ABABAB. Windows color (decimal): -4341245 or 246461. OLE color: 246461.

HSL color Cylindrical-coordinate representation of color #BDC203: hue angle of 61.57º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDC203 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 3 -
CMYK 0.03 0 0.98 0.24
HSL 61.57º 0.97% 0.39% -
HSV(B) 61.57º 0.98% 0.76% -
XYZ 40.29 49.41 7.5 -
YUV 170.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 189 194 3 0.03 0 0.98 0.24 61.57 0.97 0.39
Hex BD C2 3 3 0 62 18 3E 61 27
Octal 275 302 3 3 0 142 30 76 141 47
Binary 10111101 11000010 11 11 0 1100010 11000 111110 1100001 100111

Color Harmonies of #BDC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC203

Black with #BDC203

Text Example


Text Example

White with #BDC203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC203; }

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

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

background-color css

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

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

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

border-color css

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

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

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