Html Css Color HEX #BDC30A La Rioja

📋 copy color: '#BDC30A'

red 189 ◦ green 195 ◦ blue 10

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

Shades of La Rioja #BDC30A

Tints of La Rioja #BDC30A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.49%

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

R = 47.97%
G = 49.49%
B = 2.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#BDC30A (or 0xBDC30A) is known color: La Rioja. HEX triplet: BD, C3 and 0A. RGB value is (189,195,10). Sum of RGB (Red+Green+Blue) = 189+195+10=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC30A is #423CF5. Grayscale: #ACACAC. Windows color (decimal): -4340982 or 705469. OLE color: 705469.

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

Color convert

RGB 189 195 10 -
CMYK 0.03 0 0.95 0.24
HSL 61.95º 0.9% 0.4% -
HSV(B) 61.95º 0.95% 0.76% -
XYZ 40.56 49.87 7.78 -
YUV 172.12 36.51 140.04 -
System Red Green Blue C M Y K H S L
Decimal 189 195 10 0.03 0 0.95 0.24 61.95 0.9 0.4
Hex BD C3 A 3 0 5F 18 3E 5A 28
Octal 275 303 12 3 0 137 30 76 132 50
Binary 10111101 11000011 1010 11 0 1011111 11000 111110 1011010 101000

Color Harmonies of #BDC30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC30A

Black with #BDC30A

Text Example


Text Example

White with #BDC30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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