Html Css Color HEX #BDC80D La Rioja

📋 copy color: '#BDC80D'

red 189 ◦ green 200 ◦ blue 13

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

Shades of La Rioja #BDC80D

Tints of La Rioja #BDC80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.75%

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

R = 47.01%
G = 49.75%
B = 3.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BDC80D (or 0xBDC80D) is known color: La Rioja. HEX triplet: BD, C8 and 0D. RGB value is (189,200,13). Sum of RGB (Red+Green+Blue) = 189+200+13=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC80D is #4237F2. Grayscale: #B0B0B0. Windows color (decimal): -4339699 or 903357. OLE color: 903357.

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

Color convert

RGB 189 200 13 -
CMYK 0.06 0 0.94 0.22
HSL 63.53º 0.88% 0.42% -
HSV(B) 63.53º 0.94% 0.78% -
XYZ 41.71 52.16 8.25 -
YUV 175.39 36.36 137.71 -
System Red Green Blue C M Y K H S L
Decimal 189 200 13 0.06 0 0.94 0.22 63.53 0.88 0.42
Hex BD C8 D 6 0 5E 16 40 58 2A
Octal 275 310 15 6 0 136 26 100 130 52
Binary 10111101 11001000 1101 110 0 1011110 10110 1000000 1011000 101010

Color Harmonies of #BDC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC80D

Black with #BDC80D

Text Example


Text Example

White with #BDC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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