Html Css Color HEX #BBC326 Rio Grande

📋 copy color: '#BBC326'

red 187 ◦ green 195 ◦ blue 38

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

Shades of Rio Grande #BBC326

Tints of Rio Grande #BBC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.43%

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

R = 44.52%
G = 46.43%
B = 9.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#BBC326 (or 0xBBC326) is known color: Rio Grande. HEX triplet: BB, C3 and 26. RGB value is (187,195,38). Sum of RGB (Red+Green+Blue) = 187+195+38=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC326 is #443CD9. Grayscale: #AFAFAF. Windows color (decimal): -4472026 or 2540475. OLE color: 2540475.

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

Color convert

RGB 187 195 38 -
CMYK 0.04 0 0.81 0.24
HSL 63.06º 0.67% 0.46% -
HSV(B) 63.06º 0.81% 0.76% -
XYZ 40.36 49.73 9.31 -
YUV 174.71 50.85 136.77 -
System Red Green Blue C M Y K H S L
Decimal 187 195 38 0.04 0 0.81 0.24 63.06 0.67 0.46
Hex BB C3 26 4 0 51 18 3F 43 2E
Octal 273 303 46 4 0 121 30 77 103 56
Binary 10111011 11000011 100110 100 0 1010001 11000 111111 1000011 101110

Color Harmonies of #BBC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC326

Black with #BBC326

Text Example


Text Example

White with #BBC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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