Html Css Color HEX #BDCD01 La Rioja

📋 copy color: '#BDCD01'

red 189 ◦ green 205 ◦ blue 1

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

Shades of La Rioja #BDCD01

Tints of La Rioja #BDCD01

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.9%

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

R = 47.85%
G = 51.9%
B = 0.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#BDCD01 (or 0xBDCD01) is known color: La Rioja. HEX triplet: BD, CD and 01. RGB value is (189,205,1). Sum of RGB (Red+Green+Blue) = 189+205+1=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD01 is #4232FE. Grayscale: #B1B1B1. Windows color (decimal): -4338431 or 118205. OLE color: 118205.

HSL color Cylindrical-coordinate representation of color #BDCD01: hue angle of 64.71º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDCD01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 1 -
CMYK 0.08 0 1.00 0.20
HSL 64.71º 0.99% 0.4% -
HSV(B) 64.71º 1% 0.8% -
XYZ 42.82 54.48 8.29 -
YUV 176.96 28.7 136.59 -
System Red Green Blue C M Y K H S L
Decimal 189 205 1 0.08 0 1.00 0.20 64.71 0.99 0.4
Hex BD CD 1 8 0 64 14 41 63 28
Octal 275 315 1 10 0 144 24 101 143 50
Binary 10111101 11001101 1 1000 0 1100100 10100 1000001 1100011 101000

Color Harmonies of #BDCD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD01

Black with #BDCD01

Text Example


Text Example

White with #BDCD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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