Html Css Color HEX #BDC60D La Rioja

📋 copy color: '#BDC60D'

red 189 ◦ green 198 ◦ blue 13

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

Shades of La Rioja #BDC60D

Tints of La Rioja #BDC60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.5%

 BLUE value IS 13 (5.47% from 255) = 3.25%

R = 47.25%
G = 49.5%
B = 3.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#BDC60D (or 0xBDC60D) is known color: La Rioja. HEX triplet: BD, C6 and 0D. RGB value is (189,198,13). Sum of RGB (Red+Green+Blue) = 189+198+13=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC60D is #4239F2. Grayscale: #AEAEAE. Windows color (decimal): -4340211 or 902845. OLE color: 902845.

HSL color Cylindrical-coordinate representation of color #BDC60D: hue angle of 62.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC60D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 13 -
CMYK 0.05 0 0.93 0.22
HSL 62.92º 0.88% 0.41% -
HSV(B) 62.92º 0.93% 0.78% -
XYZ 41.25 51.24 8.1 -
YUV 174.22 37.02 138.54 -
System Red Green Blue C M Y K H S L
Decimal 189 198 13 0.05 0 0.93 0.22 62.92 0.88 0.41
Hex BD C6 D 5 0 5D 16 3F 58 29
Octal 275 306 15 5 0 135 26 77 130 51
Binary 10111101 11000110 1101 101 0 1011101 10110 111111 1011000 101001

Color Harmonies of #BDC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC60D

Black with #BDC60D

Text Example


Text Example

White with #BDC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC60D; }

 p { color: rgb(189,198,13); }

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

background-color css

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

 a { background-color: rgb(189,198,13); }

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

border-color css

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

 span { border-color: rgb(189,198,13); }

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