Html Css Color HEX #BDCA00 La Rioja

📋 copy color: '#BDCA00'

red 189 ◦ green 202 ◦ blue 0

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

Shades of La Rioja #BDCA00

Tints of La Rioja #BDCA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.34%
G = 51.66%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#BDCA00 (or 0xBDCA00) is known color: La Rioja. HEX triplet: BD, CA and 00. RGB value is (189,202,0). Sum of RGB (Red+Green+Blue) = 189+202+0=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCA00 is #4235FF. Grayscale: #AFAFAF. Windows color (decimal): -4339200 or 51901. OLE color: 51901.

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

Color convert

RGB 189 202 0 -
CMYK 0.06 0 1 0.21
HSL 63.86º 1% 0.4% -
HSV(B) 63.86º 1% 0.79% -
XYZ 42.11 53.06 8.02 -
YUV 175.09 29.19 137.93 -
System Red Green Blue C M Y K H S L
Decimal 189 202 0 0.06 0 1 0.21 63.86 1 0.4
Hex BD CA 0 6 0 64 15 40 64 28
Octal 275 312 0 6 0 144 25 100 144 50
Binary 10111101 11001010 0 110 0 1100100 10101 1000000 1100100 101000

Color Harmonies of #BDCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA00

Black with #BDCA00

Text Example


Text Example

White with #BDCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA00; }

 p { color: rgb(189,202,0); }

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

background-color css

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

 a { background-color: rgb(189,202,0); }

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

border-color css

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

 span { border-color: rgb(189,202,0); }

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