Html Css Color HEX #BDC301 La Rioja

📋 copy color: '#BDC301'

red 189 ◦ green 195 ◦ blue 1

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

Shades of La Rioja #BDC301

Tints of La Rioja #BDC301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 49.09%
G = 50.65%
B = 0.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#BDC301 (or 0xBDC301) is known color: La Rioja. HEX triplet: BD, C3 and 01. RGB value is (189,195,1). Sum of RGB (Red+Green+Blue) = 189+195+1=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC301 is #423CFE. Grayscale: #ABABAB. Windows color (decimal): -4340991 or 115645. OLE color: 115645.

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

Color convert

RGB 189 195 1 -
CMYK 0.03 0 0.99 0.24
HSL 61.86º 0.99% 0.38% -
HSV(B) 61.86º 0.99% 0.76% -
XYZ 40.51 49.85 7.52 -
YUV 171.09 32.01 140.77 -
System Red Green Blue C M Y K H S L
Decimal 189 195 1 0.03 0 0.99 0.24 61.86 0.99 0.38
Hex BD C3 1 3 0 63 18 3E 63 26
Octal 275 303 1 3 0 143 30 76 143 46
Binary 10111101 11000011 1 11 0 1100011 11000 111110 1100011 100110

Color Harmonies of #BDC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC301

Black with #BDC301

Text Example


Text Example

White with #BDC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC301; }

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

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

background-color css

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

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

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

border-color css

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

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

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