Html Css Color HEX #BDC801 La Rioja

📋 copy color: '#BDC801'

red 189 ◦ green 200 ◦ blue 1

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

Shades of La Rioja #BDC801

Tints of La Rioja #BDC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.28%

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

R = 48.46%
G = 51.28%
B = 0.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#BDC801 (or 0xBDC801) is known color: La Rioja. HEX triplet: BD, C8 and 01. RGB value is (189,200,1). Sum of RGB (Red+Green+Blue) = 189+200+1=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC801 is #4237FE. Grayscale: #AEAEAE. Windows color (decimal): -4339711 or 116925. OLE color: 116925.

HSL color Cylindrical-coordinate representation of color #BDC801: hue angle of 63.32º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDC801 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 1 -
CMYK 0.06 0 1.00 0.22
HSL 63.32º 0.99% 0.39% -
HSV(B) 63.32º 1% 0.78% -
XYZ 41.65 52.13 7.9 -
YUV 174.03 30.36 138.68 -
System Red Green Blue C M Y K H S L
Decimal 189 200 1 0.06 0 1.00 0.22 63.32 0.99 0.39
Hex BD C8 1 6 0 64 16 3F 63 27
Octal 275 310 1 6 0 144 26 77 143 47
Binary 10111101 11001000 1 110 0 1100100 10110 111111 1100011 100111

Color Harmonies of #BDC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC801

Black with #BDC801

Text Example


Text Example

White with #BDC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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