Html Css Color HEX #BBBD2D Rio Grande

📋 copy color: '#BBBD2D'

red 187 ◦ green 189 ◦ blue 45

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

Shades of Rio Grande #BBBD2D

Tints of Rio Grande #BBBD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.69%

R = 44.42%
G = 44.89%
B = 10.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BBBD2D (or 0xBBBD2D) is known color: Rio Grande. HEX triplet: BB, BD and 2D. RGB value is (187,189,45). Sum of RGB (Red+Green+Blue) = 187+189+45=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD2D is #4442D2. Grayscale: #ACACAC. Windows color (decimal): -4473555 or 2997691. OLE color: 2997691.

HSL color Cylindrical-coordinate representation of color #BBBD2D: 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.76%. Process color model (Four color, CMYK) of #BBBD2D is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 45 -
CMYK 0.01 0 0.76 0.26
HSL 60.83º 0.62% 0.46% -
HSV(B) 60.83º 0.76% 0.74% -
XYZ 39.16 47.15 9.52 -
YUV 171.99 56.34 138.71 -
System Red Green Blue C M Y K H S L
Decimal 187 189 45 0.01 0 0.76 0.26 60.83 0.62 0.46
Hex BB BD 2D 1 0 4C 1A 3D 3E 2E
Octal 273 275 55 1 0 114 32 75 76 56
Binary 10111011 10111101 101101 1 0 1001100 11010 111101 111110 101110

Color Harmonies of #BBBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD2D

Black with #BBBD2D

Text Example


Text Example

White with #BBBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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