Html Css Color HEX #BDCA03 La Rioja

📋 copy color: '#BDCA03'

red 189 ◦ green 202 ◦ blue 3

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

Shades of La Rioja #BDCA03

Tints of La Rioja #BDCA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 47.97%
G = 51.27%
B = 0.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#BDCA03 (or 0xBDCA03) is known color: La Rioja. HEX triplet: BD, CA and 03. RGB value is (189,202,3). Sum of RGB (Red+Green+Blue) = 189+202+3=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCA03 is #4235FC. Grayscale: #B0B0B0. Windows color (decimal): -4339197 or 248509. OLE color: 248509.

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

Color convert

RGB 189 202 3 -
CMYK 0.06 0 0.99 0.21
HSL 63.92º 0.97% 0.4% -
HSV(B) 63.92º 0.99% 0.79% -
XYZ 42.12 53.07 8.11 -
YUV 175.43 30.69 137.68 -
System Red Green Blue C M Y K H S L
Decimal 189 202 3 0.06 0 0.99 0.21 63.92 0.97 0.4
Hex BD CA 3 6 0 63 15 40 61 28
Octal 275 312 3 6 0 143 25 100 141 50
Binary 10111101 11001010 11 110 0 1100011 10101 1000000 1100001 101000

Color Harmonies of #BDCA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA03

Black with #BDCA03

Text Example


Text Example

White with #BDCA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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