Html Css Color HEX #BDC90A La Rioja

📋 copy color: '#BDC90A'

red 189 ◦ green 201 ◦ blue 10

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

Shades of La Rioja #BDC90A

Tints of La Rioja #BDC90A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.25%

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

R = 47.25%
G = 50.25%
B = 2.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#BDC90A (or 0xBDC90A) is known color: La Rioja. HEX triplet: BD, C9 and 0A. RGB value is (189,201,10). Sum of RGB (Red+Green+Blue) = 189+201+10=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC90A is #4236F5. Grayscale: #B0B0B0. Windows color (decimal): -4339446 or 707005. OLE color: 707005.

HSL color Cylindrical-coordinate representation of color #BDC90A: hue angle of 63.77º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDC90A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 10 -
CMYK 0.06 0 0.95 0.21
HSL 63.77º 0.91% 0.41% -
HSV(B) 63.77º 0.95% 0.79% -
XYZ 41.93 52.61 8.23 -
YUV 175.64 34.52 137.53 -
System Red Green Blue C M Y K H S L
Decimal 189 201 10 0.06 0 0.95 0.21 63.77 0.91 0.41
Hex BD C9 A 6 0 5F 15 40 5B 29
Octal 275 311 12 6 0 137 25 100 133 51
Binary 10111101 11001001 1010 110 0 1011111 10101 1000000 1011011 101001

Color Harmonies of #BDC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC90A

Black with #BDC90A

Text Example


Text Example

White with #BDC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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