Html Css Color HEX #BDC304 La Rioja

📋 copy color: '#BDC304'

red 189 ◦ green 195 ◦ blue 4

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

Shades of La Rioja #BDC304

Tints of La Rioja #BDC304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.26%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 48.71%
G = 50.26%
B = 1.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#BDC304 (or 0xBDC304) is known color: La Rioja. HEX triplet: BD, C3 and 04. RGB value is (189,195,4). Sum of RGB (Red+Green+Blue) = 189+195+4=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC304 is #423CFB. Grayscale: #ACACAC. Windows color (decimal): -4340988 or 312253. OLE color: 312253.

HSL color Cylindrical-coordinate representation of color #BDC304: hue angle of 61.88º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDC304 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 4 -
CMYK 0.03 0 0.98 0.24
HSL 61.88º 0.96% 0.39% -
HSV(B) 61.88º 0.98% 0.76% -
XYZ 40.52 49.86 7.6 -
YUV 171.43 33.51 140.53 -
System Red Green Blue C M Y K H S L
Decimal 189 195 4 0.03 0 0.98 0.24 61.88 0.96 0.39
Hex BD C3 4 3 0 62 18 3E 60 27
Octal 275 303 4 3 0 142 30 76 140 47
Binary 10111101 11000011 100 11 0 1100010 11000 111110 1100000 100111

Color Harmonies of #BDC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC304

Black with #BDC304

Text Example


Text Example

White with #BDC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC304; }

 p { color: rgb(189,195,4); }

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

background-color css

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

 a { background-color: rgb(189,195,4); }

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

border-color css

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

 span { border-color: rgb(189,195,4); }

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