Html Css Color HEX #B6D01E Rio Grande

📋 copy color: '#B6D01E'

red 182 ◦ green 208 ◦ blue 30

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

Shades of Rio Grande #B6D01E

Tints of Rio Grande #B6D01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.14%

R = 43.33%
G = 49.52%
B = 7.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#B6D01E (or 0xB6D01E) is known color: Rio Grande. HEX triplet: B6, D0 and 1E. RGB value is (182,208,30). Sum of RGB (Red+Green+Blue) = 182+208+30=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D01E is #492FE1. Grayscale: #B4B4B4. Windows color (decimal): -4796386 or 2019510. OLE color: 2019510.

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

Color convert

RGB 182 208 30 -
CMYK 0.12 0 0.86 0.18
HSL 68.76º 0.75% 0.47% -
HSV(B) 68.76º 0.86% 0.82% -
XYZ 42.08 55.15 9.66 -
YUV 179.93 43.39 129.47 -
System Red Green Blue C M Y K H S L
Decimal 182 208 30 0.12 0 0.86 0.18 68.76 0.75 0.47
Hex B6 D0 1E C 0 56 12 45 4B 2F
Octal 266 320 36 14 0 126 22 105 113 57
Binary 10110110 11010000 11110 1100 0 1010110 10010 1000101 1001011 101111

Color Harmonies of #B6D01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D01E

Black with #B6D01E

Text Example


Text Example

White with #B6D01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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