Html Css Color HEX #BBC127 Rio Grande

📋 copy color: '#BBC127'

red 187 ◦ green 193 ◦ blue 39

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

Shades of Rio Grande #BBC127

Tints of Rio Grande #BBC127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.31%

R = 44.63%
G = 46.06%
B = 9.31%

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

#BBC127 (or 0xBBC127) is known color: Rio Grande. HEX triplet: BB, C1 and 27. RGB value is (187,193,39). Sum of RGB (Red+Green+Blue) = 187+193+39=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC127 is #443ED8. Grayscale: #AEAEAE. Windows color (decimal): -4472537 or 2605499. OLE color: 2605499.

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

Color convert

RGB 187 193 39 -
CMYK 0.03 0 0.80 0.24
HSL 62.34º 0.66% 0.45% -
HSV(B) 62.34º 0.8% 0.76% -
XYZ 39.93 48.85 9.24 -
YUV 173.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 187 193 39 0.03 0 0.80 0.24 62.34 0.66 0.45
Hex BB C1 27 3 0 50 18 3E 42 2D
Octal 273 301 47 3 0 120 30 76 102 55
Binary 10111011 11000001 100111 11 0 1010000 11000 111110 1000010 101101

Color Harmonies of #BBC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC127

Black with #BBC127

Text Example


Text Example

White with #BBC127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC127; }

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

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

background-color css

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

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

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

border-color css

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

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

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