Html Css Color HEX #B4D10D Rio Grande

📋 copy color: '#B4D10D'

red 180 ◦ green 209 ◦ blue 13

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

Shades of Rio Grande #B4D10D

Tints of Rio Grande #B4D10D

RGB

 RED value IS 180 (70.7% from 255) = 44.78%

 GREEN value IS 209 (82.03% from 255) = 51.99%

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

R = 44.78%
G = 51.99%
B = 3.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#B4D10D (or 0xB4D10D) is known color: Rio Grande. HEX triplet: B4, D1 and 0D. RGB value is (180,209,13). Sum of RGB (Red+Green+Blue) = 180+209+13=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D10D is #4B2EF2. Grayscale: #B2B2B2. Windows color (decimal): -4927219 or 905652. OLE color: 905652.

HSL color Cylindrical-coordinate representation of color #B4D10D: hue angle of 68.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4D10D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 209 13 -
CMYK 0.14 0 0.94 0.18
HSL 68.88º 0.88% 0.44% -
HSV(B) 68.88º 0.94% 0.82% -
XYZ 41.7 55.33 8.86 -
YUV 177.99 34.89 129.44 -
System Red Green Blue C M Y K H S L
Decimal 180 209 13 0.14 0 0.94 0.18 68.88 0.88 0.44
Hex B4 D1 D E 0 5E 12 45 58 2C
Octal 264 321 15 16 0 136 22 105 130 54
Binary 10110100 11010001 1101 1110 0 1011110 10010 1000101 1011000 101100

Color Harmonies of #B4D10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D10D

Black with #B4D10D

Text Example


Text Example

White with #B4D10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D10D; }

 p { color: rgb(180,209,13); }

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

background-color css

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

 a { background-color: rgb(180,209,13); }

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

border-color css

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

 span { border-color: rgb(180,209,13); }

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