Html Css Color HEX #BDC307 La Rioja

📋 copy color: '#BDC307'

red 189 ◦ green 195 ◦ blue 7

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

Shades of La Rioja #BDC307

Tints of La Rioja #BDC307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 48.34%
G = 49.87%
B = 1.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#BDC307 (or 0xBDC307) is known color: La Rioja. HEX triplet: BD, C3 and 07. RGB value is (189,195,7). Sum of RGB (Red+Green+Blue) = 189+195+7=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC307 is #423CF8. Grayscale: #ACACAC. Windows color (decimal): -4340985 or 508861. OLE color: 508861.

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

Color convert

RGB 189 195 7 -
CMYK 0.03 0 0.96 0.24
HSL 61.91º 0.93% 0.4% -
HSV(B) 61.91º 0.96% 0.76% -
XYZ 40.54 49.86 7.69 -
YUV 171.77 35.01 140.29 -
System Red Green Blue C M Y K H S L
Decimal 189 195 7 0.03 0 0.96 0.24 61.91 0.93 0.4
Hex BD C3 7 3 0 60 18 3E 5D 28
Octal 275 303 7 3 0 140 30 76 135 50
Binary 10111101 11000011 111 11 0 1100000 11000 111110 1011101 101000

Color Harmonies of #BDC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC307

Black with #BDC307

Text Example


Text Example

White with #BDC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC307; }

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

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

background-color css

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

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

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

border-color css

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

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

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