Html Css Color HEX #BBC026 Rio Grande

📋 copy color: '#BBC026'

red 187 ◦ green 192 ◦ blue 38

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

Shades of Rio Grande #BBC026

Tints of Rio Grande #BBC026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

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

R = 44.84%
G = 46.04%
B = 9.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BBC026 (or 0xBBC026) is known color: Rio Grande. HEX triplet: BB, C0 and 26. RGB value is (187,192,38). Sum of RGB (Red+Green+Blue) = 187+192+38=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC026 is #443FD9. Grayscale: #ADADAD. Windows color (decimal): -4472794 or 2539707. OLE color: 2539707.

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

Color convert

RGB 187 192 38 -
CMYK 0.03 0 0.80 0.25
HSL 61.95º 0.67% 0.45% -
HSV(B) 61.95º 0.8% 0.75% -
XYZ 39.69 48.4 9.08 -
YUV 172.95 51.84 138.02 -
System Red Green Blue C M Y K H S L
Decimal 187 192 38 0.03 0 0.80 0.25 61.95 0.67 0.45
Hex BB C0 26 3 0 50 19 3E 43 2D
Octal 273 300 46 3 0 120 31 76 103 55
Binary 10111011 11000000 100110 11 0 1010000 11001 111110 1000011 101101

Color Harmonies of #BBC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC026

Black with #BBC026

Text Example


Text Example

White with #BBC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC026; }

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

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

background-color css

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

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

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

border-color css

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

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

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