Html Css Color HEX #BBC125 Rio Grande

📋 copy color: '#BBC125'

red 187 ◦ green 193 ◦ blue 37

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

Shades of Rio Grande #BBC125

Tints of Rio Grande #BBC125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.87%

R = 44.84%
G = 46.28%
B = 8.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#BBC125 (or 0xBBC125) is known color: Rio Grande. HEX triplet: BB, C1 and 25. RGB value is (187,193,37). Sum of RGB (Red+Green+Blue) = 187+193+37=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC125 is #443EDA. Grayscale: #AEAEAE. Windows color (decimal): -4472539 or 2474427. OLE color: 2474427.

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

Color convert

RGB 187 193 37 -
CMYK 0.03 0 0.81 0.24
HSL 62.31º 0.68% 0.45% -
HSV(B) 62.31º 0.81% 0.76% -
XYZ 39.9 48.84 9.07 -
YUV 173.42 51.01 137.68 -
System Red Green Blue C M Y K H S L
Decimal 187 193 37 0.03 0 0.81 0.24 62.31 0.68 0.45
Hex BB C1 25 3 0 51 18 3E 44 2D
Octal 273 301 45 3 0 121 30 76 104 55
Binary 10111011 11000001 100101 11 0 1010001 11000 111110 1000100 101101

Color Harmonies of #BBC125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC125

Black with #BBC125

Text Example


Text Example

White with #BBC125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC125; }

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

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

background-color css

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

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

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

border-color css

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

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

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