Html Css Color HEX #BDC50A La Rioja

📋 copy color: '#BDC50A'

red 189 ◦ green 197 ◦ blue 10

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

Shades of La Rioja #BDC50A

Tints of La Rioja #BDC50A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.75%

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 47.73%
G = 49.75%
B = 2.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#BDC50A (or 0xBDC50A) is known color: La Rioja. HEX triplet: BD, C5 and 0A. RGB value is (189,197,10). Sum of RGB (Red+Green+Blue) = 189+197+10=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC50A is #423AF5. Grayscale: #AEAEAE. Windows color (decimal): -4340470 or 705981. OLE color: 705981.

HSL color Cylindrical-coordinate representation of color #BDC50A: hue angle of 62.57º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDC50A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 10 -
CMYK 0.04 0 0.95 0.23
HSL 62.57º 0.9% 0.41% -
HSV(B) 62.57º 0.95% 0.77% -
XYZ 41.01 50.77 7.93 -
YUV 173.29 35.85 139.21 -
System Red Green Blue C M Y K H S L
Decimal 189 197 10 0.04 0 0.95 0.23 62.57 0.9 0.41
Hex BD C5 A 4 0 5F 17 3F 5A 29
Octal 275 305 12 4 0 137 27 77 132 51
Binary 10111101 11000101 1010 100 0 1011111 10111 111111 1011010 101001

Color Harmonies of #BDC50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC50A

Black with #BDC50A

Text Example


Text Example

White with #BDC50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC50A; }

 p { color: rgb(189,197,10); }

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

background-color css

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

 a { background-color: rgb(189,197,10); }

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

border-color css

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

 span { border-color: rgb(189,197,10); }

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