Html Css Color HEX #B6D00D Rio Grande

📋 copy color: '#B6D00D'

red 182 ◦ green 208 ◦ blue 13

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

Shades of Rio Grande #B6D00D

Tints of Rio Grande #B6D00D

RGB

 RED value IS 182 (71.48% from 255) = 45.16%

 GREEN value IS 208 (81.64% from 255) = 51.61%

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

R = 45.16%
G = 51.61%
B = 3.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#B6D00D (or 0xB6D00D) is known color: Rio Grande. HEX triplet: B6, D0 and 0D. RGB value is (182,208,13). Sum of RGB (Red+Green+Blue) = 182+208+13=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D00D is #492FF2. Grayscale: #B2B2B2. Windows color (decimal): -4796403 or 905398. OLE color: 905398.

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

Color convert

RGB 182 208 13 -
CMYK 0.12 0 0.94 0.18
HSL 68º 0.88% 0.43% -
HSV(B) 68º 0.94% 0.82% -
XYZ 41.92 55.09 8.8 -
YUV 178 34.89 130.86 -
System Red Green Blue C M Y K H S L
Decimal 182 208 13 0.12 0 0.94 0.18 68 0.88 0.43
Hex B6 D0 D C 0 5E 12 44 58 2B
Octal 266 320 15 14 0 136 22 104 130 53
Binary 10110110 11010000 1101 1100 0 1011110 10010 1000100 1011000 101011

Color Harmonies of #B6D00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D00D

Black with #B6D00D

Text Example


Text Example

White with #B6D00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D00D; }

 p { color: rgb(182,208,13); }

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

background-color css

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

 a { background-color: rgb(182,208,13); }

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

border-color css

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

 span { border-color: rgb(182,208,13); }

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