Html Css Color HEX #BDB20E La Rioja

📋 copy color: '#BDB20E'

red 189 ◦ green 178 ◦ blue 14

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

Shades of La Rioja #BDB20E

Tints of La Rioja #BDB20E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

 BLUE value IS 14 (5.86% from 255) = 3.67%

R = 49.61%
G = 46.72%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BDB20E (or 0xBDB20E) is known color: La Rioja. HEX triplet: BD, B2 and 0E. RGB value is (189,178,14). Sum of RGB (Red+Green+Blue) = 189+178+14=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB20E is #424DF1. Grayscale: #A3A3A3. Windows color (decimal): -4345330 or 963261. OLE color: 963261.

HSL color Cylindrical-coordinate representation of color #BDB20E: hue angle of 56.23º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDB20E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 14 -
CMYK 0 0.06 0.93 0.26
HSL 56.23º 0.86% 0.4% -
HSV(B) 56.23º 0.93% 0.74% -
XYZ 36.99 42.69 6.71 -
YUV 162.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 189 178 14 0 0.06 0.93 0.26 56.23 0.86 0.4
Hex BD B2 E 0 6 5D 1A 38 56 28
Octal 275 262 16 0 6 135 32 70 126 50
Binary 10111101 10110010 1110 0 110 1011101 11010 111000 1010110 101000

Color Harmonies of #BDB20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB20E

Black with #BDB20E

Text Example


Text Example

White with #BDB20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB20E; }

 p { color: rgb(189,178,14); }

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

background-color css

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

 a { background-color: rgb(189,178,14); }

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

border-color css

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

 span { border-color: rgb(189,178,14); }

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