Html Css Color HEX #BABF1B Rio Grande

📋 copy color: '#BABF1B'

red 186 ◦ green 191 ◦ blue 27

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

Shades of Rio Grande #BABF1B

Tints of Rio Grande #BABF1B

RGB

 RED value IS 186 (73.05% from 255) = 46.04%

 GREEN value IS 191 (75% from 255) = 47.28%

 BLUE value IS 27 (10.94% from 255) = 6.68%

R = 46.04%
G = 47.28%
B = 6.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BABF1B (or 0xBABF1B) is known color: Rio Grande. HEX triplet: BA, BF and 1B. RGB value is (186,191,27). Sum of RGB (Red+Green+Blue) = 186+191+27=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF1B is #4540E4. Grayscale: #ABABAB. Windows color (decimal): -4538597 or 1818554. OLE color: 1818554.

HSL color Cylindrical-coordinate representation of color #BABF1B: hue angle of 61.83º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BABF1B is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 191 27 -
CMYK 0.03 0 0.86 0.25
HSL 61.83º 0.75% 0.43% -
HSV(B) 61.83º 0.86% 0.75% -
XYZ 39.08 47.78 8.2 -
YUV 170.81 46.84 138.84 -
System Red Green Blue C M Y K H S L
Decimal 186 191 27 0.03 0 0.86 0.25 61.83 0.75 0.43
Hex BA BF 1B 3 0 56 19 3E 4B 2B
Octal 272 277 33 3 0 126 31 76 113 53
Binary 10111010 10111111 11011 11 0 1010110 11001 111110 1001011 101011

Color Harmonies of #BABF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF1B

Black with #BABF1B

Text Example


Text Example

White with #BABF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF1B; }

 p { color: rgb(186,191,27); }

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

background-color css

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

 a { background-color: rgb(186,191,27); }

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

border-color css

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

 span { border-color: rgb(186,191,27); }

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