Html Css Color HEX #BBC124 Rio Grande

📋 copy color: '#BBC124'

red 187 ◦ green 193 ◦ blue 36

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

Shades of Rio Grande #BBC124

Tints of Rio Grande #BBC124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.65%

R = 44.95%
G = 46.39%
B = 8.65%

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

#BBC124 (or 0xBBC124) is known color: Rio Grande. HEX triplet: BB, C1 and 24. RGB value is (187,193,36). Sum of RGB (Red+Green+Blue) = 187+193+36=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC124 is #443EDB. Grayscale: #ADADAD. Windows color (decimal): -4472540 or 2408891. OLE color: 2408891.

HSL color Cylindrical-coordinate representation of color #BBC124: hue angle of 62.29º degrees, saturation: 0.69, 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 #BBC124 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 36 -
CMYK 0.03 0 0.81 0.24
HSL 62.29º 0.69% 0.45% -
HSV(B) 62.29º 0.81% 0.76% -
XYZ 39.88 48.83 8.99 -
YUV 173.31 50.51 137.77 -
System Red Green Blue C M Y K H S L
Decimal 187 193 36 0.03 0 0.81 0.24 62.29 0.69 0.45
Hex BB C1 24 3 0 51 18 3E 45 2D
Octal 273 301 44 3 0 121 30 76 105 55
Binary 10111011 11000001 100100 11 0 1010001 11000 111110 1000101 101101

Color Harmonies of #BBC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC124

Black with #BBC124

Text Example


Text Example

White with #BBC124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC124; }

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

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

background-color css

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

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

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

border-color css

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

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

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