Html Css Color HEX #BBBD2C Rio Grande

📋 copy color: '#BBBD2C'

red 187 ◦ green 189 ◦ blue 44

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

Shades of Rio Grande #BBBD2C

Tints of Rio Grande #BBBD2C

RGB

 RED value IS 187 (73.44% from 255) = 44.52%

 GREEN value IS 189 (74.22% from 255) = 45%

 BLUE value IS 44 (17.58% from 255) = 10.48%

R = 44.52%
G = 45%
B = 10.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BBBD2C (or 0xBBBD2C) is known color: Rio Grande. HEX triplet: BB, BD and 2C. RGB value is (187,189,44). Sum of RGB (Red+Green+Blue) = 187+189+44=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD2C is #4442D3. Grayscale: #ACACAC. Windows color (decimal): -4473556 or 2932155. OLE color: 2932155.

HSL color Cylindrical-coordinate representation of color #BBBD2C: hue angle of 60.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBBD2C is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 44 -
CMYK 0.01 0 0.77 0.26
HSL 60.83º 0.62% 0.46% -
HSV(B) 60.83º 0.77% 0.74% -
XYZ 39.15 47.14 9.42 -
YUV 171.87 55.84 138.79 -
System Red Green Blue C M Y K H S L
Decimal 187 189 44 0.01 0 0.77 0.26 60.83 0.62 0.46
Hex BB BD 2C 1 0 4D 1A 3D 3E 2E
Octal 273 275 54 1 0 115 32 75 76 56
Binary 10111011 10111101 101100 1 0 1001101 11010 111101 111110 101110

Color Harmonies of #BBBD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD2C

Black with #BBBD2C

Text Example


Text Example

White with #BBBD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD2C; }

 p { color: rgb(187,189,44); }

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

background-color css

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

 a { background-color: rgb(187,189,44); }

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

border-color css

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

 span { border-color: rgb(187,189,44); }

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