Html Css Color HEX #B6C714 Rio Grande

📋 copy color: '#B6C714'

red 182 ◦ green 199 ◦ blue 20

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

Shades of Rio Grande #B6C714

Tints of Rio Grande #B6C714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.63%

 BLUE value IS 20 (8.2% from 255) = 4.99%

R = 45.39%
G = 49.63%
B = 4.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#B6C714 (or 0xB6C714) is known color: Rio Grande. HEX triplet: B6, C7 and 14. RGB value is (182,199,20). Sum of RGB (Red+Green+Blue) = 182+199+20=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C714 is #4938EB. Grayscale: #AEAEAE. Windows color (decimal): -4798700 or 1361846. OLE color: 1361846.

HSL color Cylindrical-coordinate representation of color #B6C714: hue angle of 65.7º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6C714 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 199 20 -
CMYK 0.09 0 0.90 0.22
HSL 65.7º 0.82% 0.43% -
HSV(B) 65.7º 0.9% 0.78% -
XYZ 39.84 50.84 8.38 -
YUV 173.51 41.37 134.05 -
System Red Green Blue C M Y K H S L
Decimal 182 199 20 0.09 0 0.90 0.22 65.7 0.82 0.43
Hex B6 C7 14 9 0 5A 16 42 52 2B
Octal 266 307 24 11 0 132 26 102 122 53
Binary 10110110 11000111 10100 1001 0 1011010 10110 1000010 1010010 101011

Color Harmonies of #B6C714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C714

Black with #B6C714

Text Example


Text Example

White with #B6C714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C714; }

 p { color: rgb(182,199,20); }

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

background-color css

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

 a { background-color: rgb(182,199,20); }

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

border-color css

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

 span { border-color: rgb(182,199,20); }

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