Html Css Color HEX #BBC126 Rio Grande

📋 copy color: '#BBC126'

red 187 ◦ green 193 ◦ blue 38

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

Shades of Rio Grande #BBC126

Tints of Rio Grande #BBC126

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.17%

 BLUE value IS 38 (15.23% from 255) = 9.09%

R = 44.74%
G = 46.17%
B = 9.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#BBC126 (or 0xBBC126) is known color: Rio Grande. HEX triplet: BB, C1 and 26. RGB value is (187,193,38). Sum of RGB (Red+Green+Blue) = 187+193+38=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC126 is #443ED9. Grayscale: #AEAEAE. Windows color (decimal): -4472538 or 2539963. OLE color: 2539963.

HSL color Cylindrical-coordinate representation of color #BBC126: hue angle of 62.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBC126 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 38 -
CMYK 0.03 0 0.80 0.24
HSL 62.32º 0.67% 0.45% -
HSV(B) 62.32º 0.8% 0.76% -
XYZ 39.91 48.84 9.16 -
YUV 173.54 51.51 137.6 -
System Red Green Blue C M Y K H S L
Decimal 187 193 38 0.03 0 0.80 0.24 62.32 0.67 0.45
Hex BB C1 26 3 0 50 18 3E 43 2D
Octal 273 301 46 3 0 120 30 76 103 55
Binary 10111011 11000001 100110 11 0 1010000 11000 111110 1000011 101101

Color Harmonies of #BBC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC126

Black with #BBC126

Text Example


Text Example

White with #BBC126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC126; }

 p { color: rgb(187,193,38); }

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

background-color css

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

 a { background-color: rgb(187,193,38); }

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

border-color css

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

 span { border-color: rgb(187,193,38); }

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