Html Css Color HEX #B6CB1D Rio Grande

📋 copy color: '#B6CB1D'

red 182 ◦ green 203 ◦ blue 29

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

Shades of Rio Grande #B6CB1D

Tints of Rio Grande #B6CB1D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.03%

 BLUE value IS 29 (11.72% from 255) = 7%

R = 43.96%
G = 49.03%
B = 7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#B6CB1D (or 0xB6CB1D) is known color: Rio Grande. HEX triplet: B6, CB and 1D. RGB value is (182,203,29). Sum of RGB (Red+Green+Blue) = 182+203+29=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CB1D is #4934E2. Grayscale: #B1B1B1. Windows color (decimal): -4797667 or 1952694. OLE color: 1952694.

HSL color Cylindrical-coordinate representation of color #B6CB1D: hue angle of 67.24º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6CB1D is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 203 29 -
CMYK 0.10 0 0.86 0.20
HSL 67.24º 0.75% 0.45% -
HSV(B) 67.24º 0.86% 0.8% -
XYZ 40.87 52.75 9.19 -
YUV 176.89 44.54 131.65 -
System Red Green Blue C M Y K H S L
Decimal 182 203 29 0.10 0 0.86 0.20 67.24 0.75 0.45
Hex B6 CB 1D A 0 56 14 43 4B 2D
Octal 266 313 35 12 0 126 24 103 113 55
Binary 10110110 11001011 11101 1010 0 1010110 10100 1000011 1001011 101101

Color Harmonies of #B6CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CB1D

Black with #B6CB1D

Text Example


Text Example

White with #B6CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CB1D; }

 p { color: rgb(182,203,29); }

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

background-color css

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

 a { background-color: rgb(182,203,29); }

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

border-color css

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

 span { border-color: rgb(182,203,29); }

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