Html Css Color HEX #BDC502 La Rioja

📋 copy color: '#BDC502'

red 189 ◦ green 197 ◦ blue 2

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

Shades of La Rioja #BDC502

Tints of La Rioja #BDC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.77%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 48.71%
G = 50.77%
B = 0.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#BDC502 (or 0xBDC502) is known color: La Rioja. HEX triplet: BD, C5 and 02. RGB value is (189,197,2). Sum of RGB (Red+Green+Blue) = 189+197+2=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC502 is #423AFD. Grayscale: #ADADAD. Windows color (decimal): -4340478 or 181693. OLE color: 181693.

HSL color Cylindrical-coordinate representation of color #BDC502: hue angle of 62.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDC502 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 2 -
CMYK 0.04 0 0.99 0.23
HSL 62.46º 0.98% 0.39% -
HSV(B) 62.46º 0.99% 0.77% -
XYZ 40.96 50.76 7.7 -
YUV 172.38 31.85 139.86 -
System Red Green Blue C M Y K H S L
Decimal 189 197 2 0.04 0 0.99 0.23 62.46 0.98 0.39
Hex BD C5 2 4 0 63 17 3E 62 27
Octal 275 305 2 4 0 143 27 76 142 47
Binary 10111101 11000101 10 100 0 1100011 10111 111110 1100010 100111

Color Harmonies of #BDC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC502

Black with #BDC502

Text Example


Text Example

White with #BDC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC502; }

 p { color: rgb(189,197,2); }

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

background-color css

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

 a { background-color: rgb(189,197,2); }

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

border-color css

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

 span { border-color: rgb(189,197,2); }

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