Html Css Color HEX #BBBC2D Rio Grande

📋 copy color: '#BBBC2D'

red 187 ◦ green 188 ◦ blue 45

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

Shades of Rio Grande #BBBC2D

Tints of Rio Grande #BBBC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.76%

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

R = 44.52%
G = 44.76%
B = 10.71%

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

#BBBC2D (or 0xBBBC2D) is known color: Rio Grande. HEX triplet: BB, BC and 2D. RGB value is (187,188,45). Sum of RGB (Red+Green+Blue) = 187+188+45=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC2D is #4443D2. Grayscale: #ABABAB. Windows color (decimal): -4473811 or 2997435. OLE color: 2997435.

HSL color Cylindrical-coordinate representation of color #BBBC2D: hue angle of 60.42º degrees, saturation: 0.61, 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 #BBBC2D is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 188 45 -
CMYK 0.01 0 0.76 0.26
HSL 60.42º 0.61% 0.46% -
HSV(B) 60.42º 0.76% 0.74% -
XYZ 38.95 46.72 9.45 -
YUV 171.4 56.67 139.13 -
System Red Green Blue C M Y K H S L
Decimal 187 188 45 0.01 0 0.76 0.26 60.42 0.61 0.46
Hex BB BC 2D 1 0 4C 1A 3C 3D 2E
Octal 273 274 55 1 0 114 32 74 75 56
Binary 10111011 10111100 101101 1 0 1001100 11010 111100 111101 101110

Color Harmonies of #BBBC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC2D

Black with #BBBC2D

Text Example


Text Example

White with #BBBC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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